Closed
Bug 583843
Opened 15 years ago
Closed 15 years ago
regression: element.getAttribute("type") is null in FormAssistant
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
()
Details
Attachments
(1 file)
|
885 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Open http://people.mozilla.com/~mbrubeck/test/form-background.html
2. Click on the text input field
Expected results: Form helper appears.
Actual results: Form helper does not appear.
This is a regression from bug 583238.
Note: This line will later be replaced with just |type: element.type| - see bug 583238 comment 1.
Attachment #462164 -
Flags: review?(webapps)
Comment 1•15 years ago
|
||
Comment on attachment 462164 [details] [diff] [review]
patch
Bah. I always forget if getAttribute returns null or ""
Attachment #462164 -
Flags: review?(webapps) → review+
| Assignee | ||
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 3•14 years ago
|
||
Verified fixed on:
Mozilla/5.0 (Android;Linux armv7l;rv:9.0a1)Gecko/20110919
Firefox/9.0a1 Fennec/9.0a1
Device: Samsung Galaxy S
OS: Android 2.2
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•