Issue 3294: Disabling SelectBox also disables it's options
http://code.google.com/p/chromium/issues/detail?id=3294

New issue report by daniel.tschinder:
Product Version      : 0.2.149.30 (2200)
URLs (if applicable) :
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
         Opera: OK

What steps will reproduce the problem?
1a. <select disabled="disabled"><option>A</option></select>
or
1b. pseudojs:"disabledselectbox.disabled=true;"
2. pseudojs:"disabledselectbox.options[someindex].disabled" returns true

What is the expected result?

The options of a disabled select box should retain their disabled-status.
Of course you can not select them because the whole select is disabled, but
the status needs to stay.

What happens instead?

If the select is disabled all of it's options get disabled.

I attached a Test-Case Html File.



Attachments:
        testcase.html  1.3 KB


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