Closed
Bug 580242
Opened 15 years ago
Closed 15 years ago
Add a filter textbox in the select helper UI
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: vingtetun, Assigned: vingtetun)
References
Details
(Whiteboard: formfill)
Attachments
(1 file)
3.33 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•15 years ago
|
||
This patch add a textbox of type search to filter the result of the select helper UI when it is embedded in the form helper
Comment 2•15 years ago
|
||
Looks pretty nice
Assignee | ||
Updated•15 years ago
|
Attachment #458658 -
Flags: review?(mark.finkle)
Comment 3•15 years ago
|
||
Comment on attachment 458658 [details] [diff] [review]
Patch
>diff -r 2a3e2d9bb723 chrome/content/browser-ui.js
> this._panel.hidden = false;
>+ this._panel.setAttribute("height", this._panel.getBoundingClientRect().height);
>+ this._panel.removeAttribute("height");
>+ this._textbox.value = "";
Why are you using the "height" attribute. Don't we use style.height for other things? or _panel.height =
Attachment #458658 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 4•15 years ago
|
||
http://hg.mozilla.org/mobile-browser/rev/64dbbd01058d(In reply to comment #3)
> Comment on attachment 458658 [details] [diff] [review]
> Patch
>
> >diff -r 2a3e2d9bb723 chrome/content/browser-ui.js
>
> > this._panel.hidden = false;
> >+ this._panel.setAttribute("height", this._panel.getBoundingClientRect().height);
>
> >+ this._panel.removeAttribute("height");
> >+ this._textbox.value = "";
>
> Why are you using the "height" attribute. Don't we use style.height for other
> things? or _panel.height =
No reason, I've correct that in the patch.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 5•15 years ago
|
||
This one as well due to bug 581097
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Updated•15 years ago
|
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Comment 6•15 years ago
|
||
verified FIXED on builds:
Mozilla/5.0 (X11; U; Linux armv71; Nokia N900; en-US; rv:2.0b2pre) Namoroka/4.0b3pre Fennec/2.0a1pre
and
Mozilla/5.0 (Android; U; Linux armv71; en-US; rv:2.0b2pre) Namoroka/4.0b3pre Fennec/2.0a1pre
Status: RESOLVED → VERIFIED
Flags: in-litmus?
Updated•15 years ago
|
Flags: in-testsuite?
Comment 7•15 years ago
|
||
litmus testcases created:
https://litmus.mozilla.org/show_test.cgi?id=12588
https://litmus.mozilla.org/show_test.cgi?id=12589
Flags: in-litmus? → in-litmus+
You need to log in
before you can comment on or make changes to this bug.
Description
•