Side navigation
#12224 closed bug (wontfix)
Opened August 08, 2012 10:59PM UTC
Closed August 19, 2012 08:10PM UTC
scrollbarDarkShadowColor inappropriately camelCased
Reported by: | Aleksandr Belevtsov <abelevcov@brightconsult.ru> | Owned by: | mikesherov |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | css | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Then set 'scrollbar-3dlight-color' and 'scrollbar-darkshadow-color' attributes throw 'css' method it doesn't work.
Trouble in this place:
camelCase: function (a) { return a.replace(w, "ms-").replace(v, x) }
Function can't transform these attributes to 'scrollbar3dLightColor' and 'scrollbarDarkShadowColor'.
jsfiddle example link: http://jsfiddle.net/b7zZd/
Attachments (0)
Change History (3)
Changed August 09, 2012 12:22AM UTC by comment:1
component: | unfiled → css |
---|---|
milestone: | None → 1.next |
owner: | → mikesherov |
priority: | undecided → low |
status: | new → assigned |
Changed August 15, 2012 12:39PM UTC by comment:2
summary: | Incorrect css method work → scrollbarDarkShadowColor inappropriately camelCased |
---|
Changed August 19, 2012 08:10PM UTC by comment:3
_comment0: | these are non-standard css attributes, and don't follow normal camelcasing. If you need these values, you can always camelcase them youself, but we won't be accomodating these in core. → 1345407036768909 |
---|---|
resolution: | → wontfix |
status: | assigned → closed |
these are non-standard css attributes, and don't follow normal camelcasing. If you need these values, you can always camelcase them yourself, but we won't be accommodating these in core.
It's unfortunate that Microsoft didn't camelCase these property names correctly. Maybe we can fix these the same way we fix cssFloat.