#10189 closed Bug (wontfix)
IE7 - 'dropdown' toolbar items not working
Reported by: | lukeb | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IE7 | Cc: |
Description
In IE7 toolbar items that create a 'dropdown' menu to select from (such as font, size and text color) do not appear to work. When the icon is clicked nothing happens. This behaviour can be reproduced in versions:
- 4.0.1
- 4.0.2
- 4.1rc
- Nightly at 2013-03-11
In the 4.0 release however the 'dropdown' toolbar items do work.
I've tried to reduce this to a simple test case which is attached.This expects the ckeditor files to be present in the 'scripts/ckeditor' subdirectory
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | 10189-ie7dropdownbug.zip added |
---|
comment:1 Changed 12 years ago by
Keywords: | IE7 added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
comment:2 Changed 12 years ago by
Thanks for the quick response, I would never have guessed that moving the textarea outside of the form would resolve this. Wish I was in a position where I could ignore IE7!
This is because you placed textarea directly in the form element. For some weird reason IE7 does not like that. Place this textarea inside e.g. paragraph and everything will be ok.
We could try to fix this issue, but it's very unlikely that we'll do this because there is a trivial workaround and... this is IE7. So I'm closing this ticket.