Closed
Bug 764318
Opened 12 years ago
Closed 12 years ago
[responsive mode] use this.tab.selected
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 16
People
(Reporter: paul, Assigned: paul)
Details
Attachments
(1 file, 3 obsolete files)
3.13 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Attachment #632623 -
Flags: review?(dao)
Assignee | ||
Comment 2•12 years ago
|
||
Dao, I am also interested to know if this is the best way to be notified if a tab has been selected / hidden.
Comment 3•12 years ago
|
||
(In reply to Paul Rouget [:paul] from comment #2)
> Dao, I am also interested to know if this is the best way to be notified if
> a tab has been selected / hidden.
Normally you'd use a TabSelect listener on gBrowser.tabContainer.
Assignee | ||
Comment 4•12 years ago
|
||
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 632635 [details] [diff] [review]
patch v1.1
Thanks.
Attachment #632635 -
Flags: review?(dao)
Assignee | ||
Updated•12 years ago
|
Attachment #632623 -
Attachment is obsolete: true
Attachment #632623 -
Flags: review?(dao)
Comment 6•12 years ago
|
||
When does this event listener get removed?
Assignee | ||
Comment 7•12 years ago
|
||
erf
Assignee | ||
Updated•12 years ago
|
Attachment #632635 -
Attachment is obsolete: true
Attachment #632635 -
Flags: review?(dao)
Assignee | ||
Updated•12 years ago
|
Attachment #632637 -
Flags: review?(dao)
Updated•12 years ago
|
Attachment #632637 -
Flags: review?(dao) → review+
Assignee | ||
Updated•12 years ago
|
Whiteboard: [land-in-fx-team]
Assignee | ||
Updated•12 years ago
|
Whiteboard: [land-in-fx-team]
Assignee | ||
Comment 8•12 years ago
|
||
Actually, this won't work because we uncheck the buttons if another tab is selected.
But we don't know if the next tab is not in the responsive mode.
Assignee | ||
Comment 9•12 years ago
|
||
Uncheck only if the new selected tab is not in responsive mode
Assignee | ||
Updated•12 years ago
|
Attachment #632637 -
Attachment is obsolete: true
Assignee | ||
Updated•12 years ago
|
Attachment #632643 -
Flags: review?(dao)
Comment 10•12 years ago
|
||
Comment on attachment 632643 [details] [diff] [review]
patch v1.3
Please file a bug on renaming tab.responsiveUI to tab.__responsiveUI, since it's no property managed by tabbrowser.xml but entirely external.
Attachment #632643 -
Flags: review?(dao) → review+
Assignee | ||
Comment 11•12 years ago
|
||
Bug 766512 - Rename tab.responsiveUI to tab.__responsiveUI
Whiteboard: [land-in-fx-team]
Comment 12•12 years ago
|
||
Assignee: nobody → paul
Status: NEW → ASSIGNED
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 13•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 16
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•