Opened 16 years ago

Closed 16 years ago

#2571 closed Bug (duplicate)

Impossible to modify a select list in FF3

Reported by: jean-mat grimaldi 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 (2)

comment:1 Changed 16 years ago by Artur Formella

Keywords: Confirmed added
Summary: impossible to modify a select list in Gecko (Fire Fox 3)Impossible to modify a select list in FF3
Version: FCKeditor 2.3.2

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>
  1. Back to WYSIWIG
  1. 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

comment:2 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Resolution: duplicate
Status: newclosed

dup of #703

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy