Open
Bug 603286
Opened 13 years ago
Updated 6 months ago
Minimizing browser should set active state of its topmost tab to false
Categories
(Firefox :: Tabbed Browser, defect)
Firefox
Tabbed Browser
Tracking
()
UNCONFIRMED
People
(Reporter: jon.hemming, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko/2009060309 Ubuntu/8.04 (hardy) Firefox/3.0.11 Build Identifier: mIsActive in nsDocShell is set to false when tab goes to background. This way all other tabs than topmost tab has mIsActive==false. mIsActive of the topmost tab should also be set to false when browser is minimized since it is not active anymore. Reproducible: Always
![]() |
||
Comment 1•13 years ago
|
||
Good idea, but needs to be handled at the app level, like all other active-tab management, no?
Component: General → Tabbed Browser
Product: Core → Firefox
QA Contact: general → tabbed.browser
Updated•6 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•