Closed
Bug 993498
Opened 12 years ago
Closed 11 years ago
Hide browser tabs if the target doesn't expose actors for them
Categories
(DevTools Graveyard :: WebIDE, defect)
DevTools Graveyard
WebIDE
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 32
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file, 1 obsolete file)
|
3.04 KB,
patch
|
paul
:
review+
|
Details | Diff | Splinter Review |
Currently we display an empty list on b2g devices/simulators.
That's misleading and looks broken,
it would be better to just hide the Browser tab list item if the target doesn't support this feature.
| Assignee | ||
Comment 2•12 years ago
|
||
Updated•12 years ago
|
Summary: Hide browser tabs if the target doesn't support expose actors for them → Hide browser tabs if the target doesn't expose actors for them
Comment 3•12 years ago
|
||
Wouldn't it be better to have the tab, and print a message there saying "Your device/browser/etc. doesn't support this for reason x/y/.., please do this/this is a todo", since if some platforms do support this and others don't, hiding the feature completely might make the user think that the whole App Manager does not have the feature at all?
| Assignee | ||
Comment 4•12 years ago
|
||
Paul, I kept the patch quite simple to be suggest it for uplift.
We originally introduced this feature in Fx30 (bug 912900),
hopefully Fx31 can still be improved.
(In reply to Jukka Jylänki from comment #3)
> Wouldn't it be better to have the tab, and print a message there saying
> "Your device/browser/etc. doesn't support this for reason x/y/.., please do
> this/this is a todo", since if some platforms do support this and others
> don't, hiding the feature completely might make the user think that the
> whole App Manager does not have the feature at all?
That makes sense, but given that a new UI for the app manager is coming,
I don't want to spend too much time on tweaking the current UI.
Paul, what is the behavior of the new UI regarding tabs?
Attachment #8421861 -
Attachment is obsolete: true
| Assignee | ||
Updated•12 years ago
|
Attachment #8428906 -
Flags: review?(paul)
Updated•12 years ago
|
Attachment #8428906 -
Flags: review?(paul) → review+
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → poirot.alex
Keywords: checkin-needed
Comment 5•12 years ago
|
||
Can you please post a Try link if you've got one? Thanks :)
Keywords: checkin-needed
| Assignee | ||
Comment 6•12 years ago
|
||
browser/devtools/app-manager/content/ files isn't covered by any test.
(Good news, we are soon going to switch to browser/devtools/webide/, which is covered by tests!)
Having said that I can easily push to try if you think that can catch some unexpected build breakage or something.
| Assignee | ||
Comment 7•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 8•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 9•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 32
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•