I've noticed a problem with the textarea fields in IE - they appear very thin, not 100% wide (i.e. you can only type 2 letters per line before the cursor has to move to the line below.
I did a test on my site and added 3 normal text fields (with 1 allowed, 5 allowed and unlimited allowed respectively), and 3 textarea fields (with the same 3 options).
I tested on both FF and IE7 and came up with the following results:
- Everything on FF appears as expected (all fields 100% wide)
- All text fields on IE7 appear as expected
- The single (1 box allowed) textarea appeared as expected on IE7
- The 5 allowed and unlimited textareas appear smaller on IE7 (too thin to be of any use)
I therefore guess that the issue has something to do with textareas on IE that have the 'Drag to re-order' icons next to them (i.e. multiple allowed values).
Can someone please confirm this for me and let me know if it's a known problem or if there's a fix for it?
Thanks!
Comments
Comment #1
yched commentedWhat theme are you using ? can you reproduce if you switch to Garland ?
Comment #2
Anonymous (not verified) commentedAh, I didn't even think of that.
I'm using a custom subtheme of Zen (i.e. used Zen's Starter Kit to make my own theme).
I could not reproduce the effect in Garland, however, suspecting that it wasn't my code that produced the problem, I tested it with both the basic Zen theme and the Zen Starter theme, and found that the problem is visible in both.
If you can confirm this, I'll change this to be a Zen bug...
Comment #3
yched commentedRight, bumping over to Zen - They'll bump back to us if it turns out something needs to be fixed in CCK.
Please specify the actual Zen version you're using (and also try the latest one if that's not the case)
Comment #4
Anonymous (not verified) commentedI'm using version 1.0-beta3.
Unless someone can confirm that this is fixed in the latest version, I'm not sure I want to change to using a dev version at this time...
Comment #5
johnalbinI've not seen this kind of problem before. But, I often use Garland as my admin theme. :-\
Comment #6
lpt6 commentedI have this problem as well, I am using FCKeditor
Comment #7
lpt6 commentedhi all,
I encountered the same problem which the field become so small in IE 6 that can only type 5 characters.And this does not happen in other themes, pls help as i really like to use zen as the website theme. thx!
btw, i am using the zen classic one
-------------------------------------------------------------
My Blog: www.his25.com
www.shuodui.com.cn
Comment #8
lpt6 commentedI have solved the result by modifying the css
the problem should be caused by the class "content-multiple-table" , this table css has display problem in IE. I add the width:100% and solved the problem
-------------------------------------------------------------
My Blog: www.his25.com
www.shuodui.com.cn
Comment #9
andrewl-1 commentedI don't think it's a Zen issue.
I have problems with all themes I use.
The least problematic is Garland where the fields are big enough, but right-justified.
Comment #10
johnalbinWhich module add a "content-multiple-table" class come and where does that class get applied in the HTML?
This is definitely not a Zen issue, but I don't know where to forward it now. FCKEditor?
Comment #11
Anonymous (not verified) commentedI no longer seem to be having this issue... Possibly fixed in a recent version of whatever was causing the problem?
Comment #12
andrewl-1 commentedNot FCKEditor - I am not using that but still get the problem.
Comment #13
Anonymous (not verified) commentedClosing. Reopen if this is still an issue.