Firefox

24 views
Skip to first unread message

Alec

unread,
Dec 16, 2011, 10:00:35 AM12/16/11
to jQuery Editable Combobox Support
Am I doing something wrong? Or this is a bug?

My dropdown has options like that

<option value="1">1 - Checking Account</option>")

If I want to add new options with value 11 (I show popup to get both
value and description), when I hit 1 first time, combobox selects
option shown above instead of staying in the editor. It still enters
new value in the editor but doing that with existing option show
instead of the editor is kind of confusing.

In IE, all works fine and editor stays in focus.

Thanks!

Thane

unread,
Dec 19, 2011, 5:37:11 AM12/19/11
to jQuery Editable Combobox Support
Can you create a small HTML/JS file that reproduces this problem?

Alec

unread,
Dec 20, 2011, 4:25:47 PM12/20/11
to jQuery Editable Combobox Support
Basically here is the html. Just tried 1.3.3 with same result. On UI
(Firefox), I select 1st (editable) item and if I type "2" it jumps to
"222222..." item. In IE, it keeps index 0 selected whatever in type...
In Firefox, if I type like "5555", it stays on the top of course.

Thanks!

<select class="field_input" >
<option class="jecEditableOption"></option>
<option value="1111111111111">1111111111111 - 2222222222222222222</
option>
<option value="222222222">222222222 - 22222222222</option>
<option value="3333333">3333333 - sdf</option>
</select>

Reply all
Reply to author
Forward
0 new messages