Modify ↓
Ticket #12224 (closed bug: wontfix)
scrollbarDarkShadowColor inappropriately camelCased
| Reported by: | Aleksandr Belevtsov <abelevcov@…> | Owned by: | mikesherov |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | css | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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/
Change History
comment:1 Changed 10 months ago by mikesherov
- Owner set to mikesherov
- Priority changed from undecided to low
- Status changed from new to assigned
- Component changed from unfiled to css
- Milestone changed from None to 1.next
comment:2 Changed 9 months ago by mikesherov
- Summary changed from Incorrect css method work to scrollbarDarkShadowColor inappropriately camelCased
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

It's unfortunate that Microsoft didn't camelCase these property names correctly. Maybe we can fix these the same way we fix cssFloat.