Closed
Bug 604917
Opened 14 years ago
Closed 14 years ago
urlbar stops hiding after a while
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: cjones, Assigned: vingtetun)
Details
Attachments
(1 file)
706 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
With a local build of m-c 511c41f90373 + m-b de38e291c382, after I browsed around for a while, the urlbar stopped hiding. I did a lot of stuff before this happened; loading a lot of pages, opening/closing/restoring some tabs, orientation changes, and device sleep/wake. The urlbar stopped hiding until I force-killed fennec and restarted.
I tried to get short STR on both desktop and device, but was unsuccessful.
Comment 1•14 years ago
|
||
I also notice that after pulling out the sidebars, or pressing the menu button, the urlbar does not go away completely when dismissed.
tracking-fennec: --- → ?
Comment 2•14 years ago
|
||
(In reply to comment #1)
> I also notice that after pulling out the sidebars, or pressing the menu button,
> the urlbar does not go away completely when dismissed.
I filed bug 605484 for this problem.
I am also seeing the original problem reported here (urlbar sometimes gets stuck in locked state) but still haven't figured out STR.
Comment 3•14 years ago
|
||
Matt - has this been fixed?
Comment 4•14 years ago
|
||
I don't think so - I saw it just last night, using a local build from the tip of trunk, with the fix for bug 605484 included. Still don't know the repro steps.
Assignee | ||
Comment 5•14 years ago
|
||
I've finally found a case where this happened.
Step to reproduce:
* Load about:home
* Click on the link at the bottom on the page "Give Feedback"
* While the page _in a new tab_ is loading hit the ESCAPE key or on an Android device the back key
Actual result:
* The new open tab is closed and the url bar is still locked
Expected result:
* The new open tab is closed and the url bar is unlocked
This happen because we're not ensuring the url bar is unlock when we close the tabs, so this probably happen into others situations.
Assignee | ||
Comment 6•14 years ago
|
||
The patch ensure we're reverting the url bar state if needed
Attachment #486779 -
Flags: review?(mark.finkle)
Comment 7•14 years ago
|
||
Comment on attachment 486779 [details] [diff] [review]
Patch
Grrr... lockToolbar / unlockToolbar really gets me down. So hard to find all the edge cases. Man, life would be SO much easier if didn't lock toolbar.
I wish we had a way to centralize the unlockToolbar calls, instead of having them spread out.
Attachment #486779 -
Flags: review?(mark.finkle) → review+
Updated•14 years ago
|
Whiteboard: [fennec-checkin-postb2]
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → 21
Assignee | ||
Comment 8•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 9•14 years ago
|
||
verified fixed on:
Mozilla/5.0(Android; Linux armv7l;rv2.0b8pre) Gecko/20101102 Firefox/4.0b8pre Fennec/4.0b3pre
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Whiteboard: [fennec-checkin-postb2]
Updated•11 years ago
|
tracking-fennec: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•