Closed
Bug 905136
Opened 12 years ago
Closed 12 years ago
Blackbox icons missing from debugger (Linux)
Categories
(DevTools :: Debugger, defect)
Tracking
(firefox25+ verified, firefox26 verified)
VERIFIED
FIXED
Firefox 26
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(3 files, 1 obsolete file)
23.02 KB,
image/png
|
Details | |
1.57 KB,
patch
|
msucan
:
review+
|
Details | Diff | Splinter Review |
1.53 KB,
patch
|
bajaj
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
It just shows checkboxes. The checkbox binding is different under Linux so the CSS doesn't apply properly. I'll confirm this is the cause once my tree is working again.
Assignee | ||
Updated•12 years ago
|
Assignee | ||
Comment 1•12 years ago
|
||
This fixes the problem, but there's still a stray focus rectangle of about 3px x 3px.
Comment 2•12 years ago
|
||
image ?
That must be the work of border. You might need border: none !important;
Assignee | ||
Comment 3•12 years ago
|
||
This is just bug 669507 striking again. Someone should fix that.
Comment 4•12 years ago
|
||
I'm not sure what I'm looking at, so I'll ask dcamp :)
Is this critical enough to track for release?
Flags: needinfo?(dcamp)
Comment 6•12 years ago
|
||
Can we retest this after bug 905046 lands in m-c?
Updated•12 years ago
|
Blocks: dbg-blackbox
Assignee | ||
Comment 7•12 years ago
|
||
Not a dupe, the CSS selectors need to be changed in the Linux theme.
(Tested on Nightly just to make sure.)
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Updated•12 years ago
|
Attachment #790184 -
Flags: review?(nfitzgerald)
Comment 8•12 years ago
|
||
Comment on attachment 790184 [details] [diff] [review]
905136-1.diff
Hmmmm, patch doesn't apply for me on fx-team.
I don't have a linux box handy, maybe Mihai can be your reviewer?
Attachment #790184 -
Flags: review?(nfitzgerald) → review?(mihai.sucan)
Assignee | ||
Comment 9•12 years ago
|
||
(In reply to Nick Fitzgerald [:fitzgen] from comment #8)
> Comment on attachment 790184 [details] [diff] [review]
> 905136-1.diff
>
> Hmmmm, patch doesn't apply for me on fx-team.
Oh, of course it doesn't. My mistake.
Attachment #790184 -
Attachment is obsolete: true
Attachment #790184 -
Flags: review?(mihai.sucan)
Attachment #792532 -
Flags: review?(mihai.sucan)
Comment 10•12 years ago
|
||
Comment on attachment 792532 [details] [diff] [review]
905136-2.diff
Without this patch: I see checkboxes for the blackboxing feature.
With this patch: I see the eye icon for blackboxing.
I tested on Ubuntu 12.04.
Attachment #792532 -
Flags: review?(mihai.sucan) → review+
Comment 11•12 years ago
|
||
Geoff: thanks for the bug report and for the fix.
Comment 12•12 years ago
|
||
Thanks for reviewing Mihai :)
Updated•12 years ago
|
Whiteboard: [land-in-fx-team]
Updated•12 years ago
|
Assignee | ||
Comment 13•12 years ago
|
||
Assignee: nobody → geoff
Status: REOPENED → ASSIGNED
Whiteboard: [land-in-fx-team]
Comment 14•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 26
Comment 15•11 years ago
|
||
Mihai, can you help with an uplift request to Beta 25 here?
Flags: needinfo?(mihai.sucan)
Comment 16•11 years ago
|
||
Sure! This is the rebased patch for mozilla-beta (Firefox 25).
[Approval Request Comment]
Bug caused by (feature/regressing bug #): feature exposed by new UI in bug 877686.
User impact if declined: the icon for blackboxing sources in the JS debugger will not show for Linux users.
Testing completed (on m-c, etc.): patch landed in fx-team and m-c for some time already.
Risk to taking this patch (and alternatives if risky): minimal to none.
String or IDL/UUID changes made by this patch: none.
Thank you!
Attachment #808800 -
Flags: approval-mozilla-beta?
Flags: needinfo?(mihai.sucan)
Updated•11 years ago
|
Attachment #808800 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 17•11 years ago
|
||
Comment 18•11 years ago
|
||
Blackbox eye is functional now, but there is a small red circle near the eye, which remain displayed after turning off blackboxing. What is it for ? It's displayed only on Linux. Tested on FF 25b3, Ubuntu 13.04
Flags: needinfo?(geoff)
Assignee | ||
Comment 19•11 years ago
|
||
(In reply to Paul Silaghi [QA] from comment #18)
> Blackbox eye is functional now, but there is a small red circle near the
> eye, which remain displayed after turning off blackboxing. What is it for ?
> It's displayed only on Linux. Tested on FF 25b3, Ubuntu 13.04
It's the focus rectangle for the checkbox, bug 669507.
Flags: needinfo?(geoff)
Comment 20•11 years ago
|
||
Verified fixed on FF 25b3 Ubuntu 13.04, based on comment 19.
Comment 21•11 years ago
|
||
The blackbox eye is smaller in FF 26, 27 compared to FF 25. Is it expected?
Comment 22•11 years ago
|
||
Yes.
Comment 23•11 years ago
|
||
Verified fixed on FF 26.0a2 (2013-10-03) Ubuntu 13.04
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•