Ticket #1753 (closed Bug: duplicate)

Opened 7 months ago

Last modified 7 months ago

No context menu for text field properties

Reported by: mk@… Owned by:
Priority: Normal Milestone: FCKeditor 2.6
Component: UI : Context Menu Version: FCKeditor 2.5.1
Keywords: Confirmed FF 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

Changed 7 months ago by alfonsoml

According to #1779 this affects all form elements.

The problem seems to be the

FCKListsLib.StyleObjectElements[ range.startContainer.childNodes[ range.startOffset ].nodeName.toLowerCase() ] 

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.

Changed 7 months ago by w.olchawa

  • keywords Confirmed added
  • priority changed from High to Normal

Changed 7 months ago by w.olchawa

  • keywords FF added

Changed 7 months ago by alfonsoml

It looks that it's the same that #1682

Changed 7 months ago by w.olchawa

  • status changed from new to closed
  • resolution set to duplicate

DUP of #703

Changed 7 months ago by martinkou

  • milestone set to FCKeditor 2.6

The patch in #1682 fixes this ticket as well.

Note: See TracTickets for help on using tickets.