#1753 closed Bug (duplicate)
No context menu for text field properties
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.6 |
Component: | UI : Context Menu | Version: | FCKeditor 2.5.1 |
Keywords: | Confirmed FireFox | Cc: |
Description
If you have a text field in a form you can use the context menu to change the text field properties. In version 2.5.1 the context menu has no entry "Text Field Properties". This bug is for firefox ONLY (tested on version 2.0.0.11) - it works on IE Version 6 and 7.
Change History (6)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Keywords: | Confirmed added |
---|---|
Priority: | High → Normal |
comment:3 Changed 17 years ago by
Keywords: | FF added |
---|
comment:6 Changed 17 years ago by
Milestone: | → FCKeditor 2.6 |
---|
The patch in #1682 fixes this ticket as well.
According to #1779 this affects all form elements.
The problem seems to be the
check in FCKSelection.GetType, the form elements aren't included in that list, I guess that the solution would be to add all of them there.