Closed
Bug 1498531
Opened 7 years ago
Closed 7 years ago
WebRR console "Jump" icon could be better
Categories
(DevTools :: Console, enhancement, P1)
DevTools
Console
Tracking
(firefox64 fixed)
RESOLVED
FIXED
Firefox 64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
In Bug 1496468, a "Jump" button was added when a recording was done by the user.
This is great but the button could be a bit better:
- It should be l10n'd, and have a similar label to the one we are using in the context menu.
- It hides the "level" icon (error, warning, …) to only show the jump icon when the message is hovered. We should keep the level icon, and only show the jump icon when the user hover the message.
- The button is styled via its `title` attribute in CSS, which isn't ideal and is error prone (title might - and will, with l10n - change in the future. A dedicated class would be better.
| Assignee | ||
Updated•7 years ago
|
Priority: -- → P1
| Assignee | ||
Comment 1•7 years ago
|
||
This patch adds localization for the WebReplay Jump icon, and uses
the same terminology as the one used in the context menu that triggers
the same action.
The Jump button was used in-place of the existing level icons (Error, Warning, …),
and was only displayed when the message was hovered. The patch now ensure the
level icon is always visible and that we only show the Jump icon when the
message is hovered.
Finally, the button was styled targetting the title attribute in CSS, which
seemed a little brittle. We now use a dedicated class which should
be safer and more future proof.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aa628ce24d80
Localize Webconsole WebReplay Jump icon; r=loganfsmyth,Honza.
Comment 3•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
You need to log in
before you can comment on or make changes to this bug.
Description
•