Closed
Bug 428001
Opened 17 years ago
Closed 17 years ago
Whole UI flashes when autocomplete shows results after not showing results
Categories
(Firefox :: Address Bar, defect)
Tracking
()
VERIFIED
FIXED
Firefox 3
People
(Reporter: stephend, Assigned: Mardak)
References
Details
(Keywords: regression, Whiteboard: [fixes bug 407776])
Attachments
(1 file)
5.32 KB,
patch
|
Gavin
:
review+
beltzner
:
approval1.9+
|
Details | Diff | Splinter Review |
Summary: Flashing during autocomplete in a new tab
Marcia and I have been seeing this on the trunk lately--for me, it's been happening the past 3-5 days or so :-(
Steps to Reproduce (just one way):
1. Make sure "new" has 3 or so autocomplete entries (I have 3 news.com entries)
2. Command+T
3. Type "www.news"
4. Let it autocomplete and then backspace
Actual Results:
I see some sort of reflow/flashing, which is so quick it's hard to tell where it occurs, but it definitely feels like we flash in the location bar itself
Expected Results:
No flashing
Flags: blocking-firefox3?
Assignee | ||
Comment 1•17 years ago
|
||
I'm not sure if this is the same thing, but I couldn't reproduce with those steps, but if you search for "/" then "$$$" (something that results in no results), backspace to back to "/" and the *whole* chrome flashes when it is about to show the list.
Assignee | ||
Comment 2•17 years ago
|
||
Seems to be mac only.. or at least I don't see flashing on windows xp over remote desktop.
Everything in the toolbar, status bar (but not title bar) flashes white on OS X.
Reporter | ||
Comment 3•17 years ago
|
||
Yeah, Mac-only, and my steps aren't really fool-proof in reproducing the problem; your steps in comment 1 do it for me 100%.
Assignee | ||
Comment 4•17 years ago
|
||
Potentially a Proto issue?
http://forums.mozillazine.org/viewtopic.php?p=3331792#3331792
Assignee | ||
Comment 5•17 years ago
|
||
Could you find a regression range now that we have a 100% working STR?
Comment 6•17 years ago
|
||
There are also a few comments in Bug 427935 which address this issue.
Comment 7•17 years ago
|
||
I'd mark this as a dupe, except that comment 0 says it's been happening longer. Should we just get 427935 in and deal with this seperately?
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 8•17 years ago
|
||
afaict, this has nothing to do with bug 427395, given that I can reproduce with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9pre) Gecko/2008040404 Minefield/3.0pre, which was not even filed until the 8th.
I'm hunting for a better regression range...
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Reporter | ||
Comment 9•17 years ago
|
||
(Bug 427935, even, but you knew that.)
Reporter | ||
Comment 10•17 years ago
|
||
Regression range is between 2008-04-02 04 (works) and 2008-04-03 04 (fails):
http://tinyurl.com/5s54g6
Reporter | ||
Comment 11•17 years ago
|
||
Edward: looking like either bug 415190 or bug 424868's changes, which were both in 1.134 of autocomplete.xml?
Assignee | ||
Comment 12•17 years ago
|
||
Strange stuff happens when we set height to 0 it seems... so don't do it. And also fix that other bug about not calculating height for each appendresult.
Assignee: nobody → edilee
Status: REOPENED → ASSIGNED
Attachment #314765 -
Flags: review?(gavin.sharp)
Assignee | ||
Comment 13•17 years ago
|
||
Oh, forgot to mention that it makes the whole list appear instead of showing 5 items then adding 1 item. That also makes the list draw in 2 updates instead of 3. (6 + 6 vs 5 + 5 + 2).
Assignee | ||
Updated•17 years ago
|
Keywords: regression
Hardware: PC → All
Summary: Flashing during autocomplete in a new tab → Whole UI flashes when autocomplete shows results after not showing results
Target Milestone: --- → Firefox 3
Assignee | ||
Comment 14•17 years ago
|
||
Do you see the problem here?
https://build.mozilla.org/tryserver-builds/2008-04-09_23:10-edward.lee@engineering.uiuc.edu-no.flash/
Updated•17 years ago
|
Flags: blocking-firefox3? → blocking-firefox3+
Assignee | ||
Updated•17 years ago
|
Whiteboard: [has patch][need review gavin]
Reporter | ||
Comment 15•17 years ago
|
||
(In reply to comment #14)
> Do you see the problem here?
>
> https://build.mozilla.org/tryserver-builds/2008-04-09_23:10-edward.lee@engineering.uiuc.edu-no.flash/
Your tryserver build fixes it for me, thanks!
Updated•17 years ago
|
Attachment #314765 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 16•17 years ago
|
||
Comment on attachment 314765 [details] [diff] [review]
v1
a1.9? For a kinda annoying bug and UI badness.
litmus test: see comment 1
Attachment #314765 -
Flags: approval1.9?
Assignee | ||
Updated•17 years ago
|
Whiteboard: [has patch][need review gavin] → [has patch][need a1.9 for RC1 freeze]
Comment 17•17 years ago
|
||
Comment on attachment 314765 [details] [diff] [review]
v1
a1.9=beltzner
Attachment #314765 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Comment 18•17 years ago
|
||
Checking in toolkit/content/widgets/autocomplete.xml;
/cvsroot/mozilla/toolkit/content/widgets/autocomplete.xml,v <-- autocomplete.xml
new revision: 1.136; previous revision: 1.135
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Whiteboard: [has patch][need a1.9 for RC1 freeze] → [fixes bug 407776]
Reporter | ||
Comment 19•17 years ago
|
||
in-litmus+:
https://litmus.mozilla.org/show_test.cgi?id=5259
I actually verified this using the 4-12 build on OS X 10.4, but forgot to come mark it here.
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•17 years ago
|
Flags: in-litmus+
You need to log in
before you can comment on or make changes to this bug.
Description
•