Closed
Bug 1155055
Opened 10 years ago
Closed 10 years ago
Unnecessary return in tabScrolling property in toolkit/content/widgets/autocomplete.xml.
Categories
(Toolkit :: Autocomplete, defect)
Toolkit
Autocomplete
Tracking
()
RESOLVED
FIXED
mozilla40
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
https://dxr.mozilla.org/mozilla-central/source/toolkit/content/widgets/autocomplete.xml#306
> <property name="tabScrolling"
> onset="return this.setAttribute('tabscrolling', val); return val;"
> onget="return this.getAttribute('tabscrolling') == 'true';"/>
onset returns the value returned from setAttribute, which is void.
| Assignee | ||
Comment 1•10 years ago
|
||
Removed first `return`.
Green on try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=9b505498f5db
Assignee: nobody → arai.unmht
Attachment #8593231 -
Flags: review?(gavin.sharp)
Updated•10 years ago
|
Attachment #8593231 -
Flags: review?(gavin.sharp) → review+
Comment 3•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•