Opened 13 years ago
Closed 13 years ago
#24031 closed defect (bug) (fixed)
CSS3 transition property can affect the Admin Bar
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.6 | Priority: | normal |
| Severity: | normal | Version: | 3.1 |
| Component: | Toolbar | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
Adding the transition property to, say, all anchors in a theme can affect Admin Bar elements. Explicitly setting transition to none can stop unexpected behaviour.
Attachments (2)
Change History (8)
#2
@
13 years ago
- Component changed from General to Toolbar
- Keywords has-patch added
- Milestone changed from Awaiting Review to 3.6
- Version changed from trunk to 3.1
This would be consistent with the previous CSS fixes in [17064], [17626], and [22280].
See CSS Coding Standards for the preferred formatting of vendor prefixes.
Do we also need -ms-transition? We use it in every other instance of transition properties in core.
#3
@
13 years ago
The vendor prefix was used briefly in IE10, perhaps during development, but isn't necessary now: http://msdn.microsoft.com/en-us/library/ie/hh673535(v=vs.85).aspx
With or without the prefix, it's not supported at all in IE9 and below, according to my testing with this IE test page: http://ie.microsoft.com/testdrive/Graphics/hands-on-css3/hands-on_transitions.htm
An example theme is Superhero (see L304 of style.css): http://wordpress.org/extend/themes/superhero