Closed
Bug 1116038
Opened 11 years ago
Closed 10 years ago
[e10s] Disabled select option not disabled
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: freaktechnik, Assigned: enndeakin)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files, 1 obsolete file)
123 bytes,
text/html
|
Details | |
5.13 KB,
patch
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0
Build ID: 20141228030216
Steps to reproduce:
- Open "data:text/html,<select><option>1</option><option disabled>2</option></select>" in a new tab
- Try to select the second option
Actual results:
The second option is selectable and not greyed out. Also the first options (which is gets selected by default) has a dot infront of it.
Expected results:
Second option should not be selectable and appear disabled.
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Attachment #8541972 -
Attachment filename: file_1116038.txt → test_case.html
Attachment #8541972 -
Attachment mime type: text/plain → text/html
Reporter | ||
Comment 2•11 years ago
|
||
Oh, and I can't reproduce this bug in the release version on Linux or Windows and the latest Nightly on Windows.
![]() |
||
Updated•11 years ago
|
![]() |
||
Updated•11 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Summary: Disabled select option not disabled → [e10s] Disabled select option not disabled
Version: 37 Branch → Trunk
Updated•11 years ago
|
Assignee | ||
Comment 3•11 years ago
|
||
This test applies on top of the ones in 1047713.
Assignee | ||
Updated•11 years ago
|
Iteration: --- → 39.3 - 30 Mar
Points: --- → 1
Depends on: 1047713
Flags: in-testsuite+
Flags: firefox-backlog+
Updated•11 years ago
|
Attachment #8580019 -
Flags: review?(felipc) → review+
Updated•11 years ago
|
Iteration: 39.3 - 30 Mar → 39.2 - 23 Mar
Flags: qe-verify?
Updated•11 years ago
|
Iteration: 39.2 - 23 Mar → 39.3 - 30 Mar
Assignee | ||
Comment 4•11 years ago
|
||
I forgot that on Windows, one can navigate disabled items. This patch fixes the test to account for that.
Attachment #8580019 -
Attachment is obsolete: true
Updated•11 years ago
|
Iteration: 39.3 - 30 Mar → 40.1 - 13 Apr
Updated•10 years ago
|
Iteration: 40.1 - 13 Apr → 40.2 - 27 Apr
![]() |
||
Updated•10 years ago
|
Blocks: e10s-select
Comment 7•10 years ago
|
||
Ah. Can you explain why this is blocked by bug 1047713? Is that just the way your patch queue was ordered?
Flags: needinfo?(enndeakin)
Updated•10 years ago
|
Iteration: 40.2 - 27 Apr → 40.3 - 11 May
Updated•10 years ago
|
Iteration: 40.3 - 11 May → 41.1 - May 25
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•