Closed
Bug 515758
Opened 14 years ago
Closed 14 years ago
URLBar does not switch back to title when dismissing bookmark list
Categories
(Firefox for Android Graveyard :: Bookmarks, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mfinkle, Assigned: vingtetun)
Details
Attachments
(1 file, 1 obsolete file)
1.81 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
* Click into URLbar * Choose "Show all bookmarks" * Dismiss using the "^" button * URLbar is still showing the URL not the title The URLbar should be showing the webpage title
Reporter | ||
Updated•14 years ago
|
tracking-fennec: --- → ?
Assignee | ||
Comment 1•14 years ago
|
||
Yep these lines of bindings.xml are always false, that's the problem i supposed 359 if (originalTarget == this._allBookmarksItem || 360 target == this._allBookmarksItem) {
Assignee | ||
Comment 2•14 years ago
|
||
Mark, thanks for the idea of calling this.close();
Assignee | ||
Updated•14 years ago
|
Attachment #400020 -
Flags: review?(mark.finkle)
Reporter | ||
Updated•14 years ago
|
Attachment #400020 -
Flags: review?(mark.finkle) → review+
Reporter | ||
Comment 3•14 years ago
|
||
Comment on attachment 400020 [details] [diff] [review] Patch hmm, changing the closePopup() to close() in the "blur" handler is breaking the awesomebar
Attachment #400020 -
Flags: review+ → review-
Assignee | ||
Comment 4•14 years ago
|
||
Yeah, the close reset the value to the default, this should work now.
Attachment #400020 -
Attachment is obsolete: true
Attachment #400025 -
Flags: review?(mark.finkle)
Reporter | ||
Comment 5•14 years ago
|
||
Comment on attachment 400025 [details] [diff] [review] Patch v0.2 I will tweak "blur" check so we don't get the reportError fired for "blur" in any situation
Attachment #400025 -
Flags: review?(mark.finkle) → review+
Reporter | ||
Comment 6•14 years ago
|
||
pushed with tweaks: https://hg.mozilla.org/mobile-browser/rev/8a19db84b48c
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 7•14 years ago
|
||
verified FIXED On builds: Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.3a1pre) Gecko/20090914 Fennec/1.0b4pre and Mozilla/5.0 (Windows; U; WindowsCE 5.2; en-US; rv:1.9.3a1pre) Gecko/20090914 Fennec/1.0a3
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Component: General → Bookmarks
Updated•10 years ago
|
tracking-fennec: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•