Closed
Bug 617359
Opened 15 years ago
Closed 14 years ago
password notification bar hidden underneath urlbar on slow connections
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(fennec-)
VERIFIED
FIXED
Firefox 6
Tracking | Status | |
---|---|---|
fennec | - | --- |
People
(Reporter: aakashd, Assigned: mfinkle)
References
Details
(Keywords: polish, Whiteboard: [fennec-4.1?])
Attachments
(4 files)
Build Id:
Mozilla/5.0 (Android; Linux armv71; rv:2.0b8pre) Gecko/20101207 Namoroka/4.0b8pre Fennec/4.0b3pre
and
Mozilla/5.0 (Maemo; Linux armv71; rv:2.0b8pre) Gecko/20101207 Namoroka/4.0b8pre Fennec/4.0b3pre
Steps to Reproduce:
1. Go to www.tumblr.com/login
2. Enter in sign in info for an account @ tumblr, but that is not in the password manager
3. Sign In
Actual Results:
The password notification bar is hidden underneath the url bar (check out the bug screenshot)
Expected Results:
The password notification bar should not be hidden on first view.
Updated•15 years ago
|
tracking-fennec: --- → ?
Updated•15 years ago
|
Comment 1•15 years ago
|
||
Pretty simple solution. Scrolls the whole pageScrollbox into view if the toolbar is locked and an alert is shown.
Assignee | ||
Updated•15 years ago
|
tracking-fennec: 2.0+ → 2.0-
Updated•15 years ago
|
Attachment #504028 -
Flags: review?(mark.finkle)
Updated•14 years ago
|
Whiteboard: [fennec-4.1?]
Assignee | ||
Comment 3•14 years ago
|
||
Comment on attachment 504028 [details] [diff] [review]
Notify
> window.addEventListener("resize", resizeHandler, false);
>+ window.addEventListener("AlertActive", this._alertShown.bind(this), 0);
last param should be | false |, not | 0 |
>+ _alertShown: function _alertShown() {
>+ if (BrowserUI.isToolbarLocked())
>+ Browser.pageScrollboxScroller.scrollTo(0, 0);
>+ },
This might potentially change a previous scroll position, or a URL # fragment anchor scroll position. But I am willing to give it a higher precedent.
Add a comment so we remember that we are scrolling the page so the notification is in full view and not obscured by the floating toolbar.
Attachment #504028 -
Flags: review?(mark.finkle) → review+
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Mozilla/5.0 (Android; Linux armv71; rv6.0a1) Gecko/20110506 Firefox/6.0a1 Fennec/6.0a1
Device: Thunderbolt
OS: Android 2.2
Once the page loads, it does show the notification without being obsecured by the URL bar. When the page is loading, the notification will still be obsecured by the URL bar. See attachment.
This also occurs on droid 2:
Mozilla/5.0 (Android; Linux armv71; rv6.0a1) Gecko/20110506 Firefox/6.0a1 Fennec/6.0a1
Device: Droid 2
OS: Android 2.2
Comment 7•14 years ago
|
||
Is this result related to this bug?
Assignee | ||
Comment 8•14 years ago
|
||
(In reply to comment #7)
> Created attachment 532132 [details]
> Screenshot 2
>
> Is this result related to this bug?
yes
Comment 9•14 years ago
|
||
TC https://litmus.mozilla.org/show_test.cgi?id=15036 fails due to this bug.
Comment 10•14 years ago
|
||
VERIFIED FIXED on:
Build Id: Mozilla /5.0 (Android;Linux armv7l;rv:7.0a1) Gecko/20110529 Firefox/7.0a1 Fennec/7.0a1
Build Id: Mozilla /5.0 (Android;Linux armv7l;rv:6.0a2) Gecko/20110529 Firefox/6.0a2 Fennec/6.0a2
Build Id: Mozilla/5.0 (Maemo; Linux armv7l; rv:7.0a1) Gecko/20110529
Firefox/7.0a1 Fennec/7.0a1
Devices: HTC Desire Z (Android 2.2), Nokia N900 (Maemo GTK)
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Target Milestone: --- → Firefox 6
You need to log in
before you can comment on or make changes to this bug.
Description
•