Ticket #2571 (closed Bug: duplicate)

Opened 2 months ago

Last modified 2 months ago

Impossible to modify a select list in FF3

Reported by: macadames Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.3.2
Keywords: Confirmed Cc:

Description

Use case : - Open an fckeditor instance in FireFox 3 - click on add a menu list (form elements buttons) - enter your params, click 'OK' - Then try to click on the new created list with right button or to select the list with left button, it's impossible;

With MSIE7, there's no problem.

This bug happens with FCKEditor 2.6.3 (i also tried the last nightly build with the same result)

Change History

Changed 2 months ago by arczi

  • keywords Confirmed added
  • version set to FCKeditor 2.3.2
  • summary changed from impossible to modify a select list in Gecko (Fire Fox 3) to Impossible to modify a select list in FF3

Steps to reproduce this bug:

1-Insert in source mode:

<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>
<p>aaa bbb ccc ddd</p>
<p><select>
<option value="1">aaa</option>
<option value="2">bbb</option>
<option value="3">ccc</option>
<option value="4">ddd</option>
</select></p>

2. Back to WYSIWIG

3. Try click, select, rightclick the new menu list.

Confirmed in FF3. In Safari context menu does not work. In IE7 all is OK. This bug exists even in FCKEditor 2.0

Changed 2 months ago by alfonsoml

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

dup of #703

Note: See TracTickets for help on using tickets.