Closed
Bug 910634
Opened 12 years ago
Closed 10 years ago
disabled <input> should not popup a dialog
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox39 fixed)
RESOLVED
FIXED
Firefox 39
Tracking | Status | |
---|---|---|
firefox39 | --- | fixed |
People
(Reporter: wbsecg1, Assigned: mantaroh)
References
()
Details
(Keywords: reproducible)
Attachments
(1 file)
1.58 KB,
patch
|
wesj
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36
Steps to reproduce:
click a disabled <input> element, for example
<input type="date" disabled="true">
Actual results:
popup a date dialog
Expected results:
nothing happens
OS: Linux → Android
Hardware: x86_64 → All
Comment 2•12 years ago
|
||
Thanks for the patch. We use Mercurial and attach patches to bugs for review. Can you follow this guide?
https://developer.mozilla.org/en-US/docs/Installing_Mercurial
https://developer.mozilla.org/en-US/docs/Mercurial_FAQ
(In reply to Aaron Train [:aaronmt] from comment #2)
> Thanks for the patch. We use Mercurial and attach patches to bugs for
> review. Can you follow this guide?
>
> https://developer.mozilla.org/en-US/docs/Installing_Mercurial
> https://developer.mozilla.org/en-US/docs/Mercurial_FAQ
I will try
Updated•12 years ago
|
Comment 5•12 years ago
|
||
As per bug 914573
> Happens the same with the readonly attribute. Also when the input is disabled AND readonly.
Assignee | ||
Comment 6•10 years ago
|
||
Hi wesj,
I faced same problem at 1130614.
and I created patch for this problem.
Could you review this my patch?
Attachment #8569766 -
Flags: review?(wjohnston)
Comment 7•10 years ago
|
||
Comment on attachment 8569766 [details] [diff] [review]
910634.patch
Review of attachment 8569766 [details] [diff] [review]:
-----------------------------------------------------------------
Nice and pretty! Thanks
Attachment #8569766 -
Flags: review?(wjohnston) → review+
Updated•10 years ago
|
Assignee: nobody → mantaroh
Comment 8•10 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=4f0fa4210f27
Since wesj already gave this an r+, once this is green, we can add the "checkin-needed" keyword to this bug, and a sheriff will check it in for you.
Assignee | ||
Comment 9•10 years ago
|
||
Hi Margaret,
Thank you for run to Try.
Could you add a "checkin-needed" keyword to this bug?
Flags: needinfo?(margaret.leibovic)
Comment 10•10 years ago
|
||
(In reply to mantaroh from comment #9)
> Hi Margaret,
>
> Thank you for run to Try.
> Could you add a "checkin-needed" keyword to this bug?
Sure! You can also do this yourself in the future, as long as there is a green try run.
Flags: needinfo?(margaret.leibovic)
Keywords: checkin-needed
Comment 11•10 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 12•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 39
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•