Closed
Bug 833885
Opened 13 years ago
Closed 13 years ago
transitions in class .devtools-no-search-result are ineffective
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 21
People
(Reporter: Optimizer, Assigned: Optimizer)
References
Details
Attachments
(1 file, 1 obsolete file)
|
3.22 KB,
patch
|
paul
:
review+
|
Details | Diff | Splinter Review |
bug 650804 introduced a class devtools-no-search-result for searchbox with no search output for the given input.
devtools-no-search-result has transitions on box-shadow, border-color and background-image which are all ineffective as the transitions at
http://mxr.mozilla.org/mozilla-central/source/browser/themes/winstripe/devtools/inspector.css#221
take precedence, also introduced in the same bug.
As background-image is already no transition-able, best option might be to remove the transitions from class devtools-no-search-result completely to maintain consistency.
Comment 1•13 years ago
|
||
> okay, but apparently background-image cannot be transitioned. So having only a border transitioned along with a sudden changing background does not seem well. Removing the whole transition from .devtools-no-search-result seems to be a better option.
Works for me.
| Assignee | ||
Comment 2•13 years ago
|
||
removed the transition styles from all the three stripes.
| Assignee | ||
Comment 3•13 years ago
|
||
Also noticed in this [1] screenshot posted by paul once that the search icon is misaligned by 1 px (the same was happening on Mac) so fixing that too.
[1] http://i.imgur.com/n5hSeif.png
Attachment #705831 -
Attachment is obsolete: true
Attachment #705831 -
Flags: review?(paul)
Attachment #707713 -
Flags: review?(paul)
Updated•13 years ago
|
Attachment #707713 -
Flags: review?(paul) → review+
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [land-in-fx-team]
Comment 4•13 years ago
|
||
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 21
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•