Issue 3867: Order in select is disturbed
http://code.google.com/p/chromium/issues/detail?id=3867

New issue report by tvdb314:
Chrome Version       : 0.3.154.9
URLs (if applicable) : http://www.markttipper.nl/
Other browsers tested:
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 3: OK
     Firefox 3: OK
          IE 7: OK

What steps will reproduce the problem?
1. change value in left select into 2
2. observe order in right select
3. order in right select is not the way it was entered in the javascript
array

What is the expected result? A B C D


What happens instead? A C D B


Please provide any additional information below. Attach a screenshot if
possible.

Right select is a two dimensional javascript array.

The folowing goes allright and gives A B C D in right select
mrubrieken['1']['000'] ='A';
mrubrieken['1']['111'] ='B';
mrubrieken['1']['222'] ='C';
mrubrieken['1']['333'] ='D';

The folowing goes wrong and gives A C D B in right select

mrubrieken['2']['0000'] ='A';
mrubrieken['2']['1111'] ='B';
mrubrieken['2']['2222'] ='C';
mrubrieken['2']['3333'] ='D';

Seems to have something to do with the length of the number string = 4 ???

Other browsers do not change the order.


Issue attributes:
        Status: Unconfirmed
        Owner: [EMAIL PROTECTED]
        Labels: Type-Bug Pri-2 OS-All Area-Misc

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to chromium-bugs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to