Closed
Bug 590848
Opened 14 years ago
Closed 14 years ago
Freeze when closing about:fennec tab opened from prefs
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
Attachments
(1 file)
1.33 KB,
patch
|
vingtetun
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce (from Ioana Chiorean in bug 580197 comment 15):
1.Open Fennec
2.Slide the webpage to the left to reveal the control tab, press the gear icon
3.In preferences press About Fennec -> Go to Page
4.Slide the webpage to the right to reveal tabs and close last tab
(about:Fennec)
Results: Fennec freezes with error "chrome://browser/content/browser.js, line 861: this._selectedTab.isLoading is not a function"
This is caused by #prefs-about-button passing a bad "owner" argument to BrowserUI.newTab.
Attachment #469373 -
Flags: review?
Assignee | ||
Updated•14 years ago
|
Attachment #469373 -
Flags: review? → review?(21)
Comment 2•14 years ago
|
||
Comment on attachment 469373 [details] [diff] [review]
patch
And yeah we already bring up the tab to the front so we don't need that.
(if you could replace the ' by " when check-in :))
Attachment #469373 -
Flags: review?(21) → review+
Comment 3•14 years ago
|
||
> (if you could replace the ' by " when check-in :))
nevermind
Assignee | ||
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 5•14 years ago
|
||
verified FIXED on builds:
Mozilla/5.0 (X11; U; Linux armv71; Nokia N900; en-US; rv:2.0b5pre) Gecko/20100826 Namoroka/4.0b5pre Fennec/2.0a1pre
and
Mozilla/5.0 (Android; Linux armv71; Nokia N900; en-US; rv:2.0b5pre) Gecko/20100826 Namoroka/4.0b5pre Fennec/2.0a1pre
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•