Currently the dashboard adds a class named "customize_mode"

Granted, the class is only used to check using JS:

if ($('#dashboard').hasClass('customize_mode')) {

but if some1 wanted to restyle things relative to that, this will fail in certain browsers unless escaped like

div.some\_thing { foo:bar; }

-> this example will look like this on IE6

attached patch changes customize_mode to customize-mode

note: this will effectively break #639172: Disable contextual links on the dashboard page while within customize mode and vice versa

CommentFileSizeAuthor
dashboard-underscore-0.patch1.39 KBseutje

Comments

xmacinfo’s picture

Indeed. Core still support IE6. This is RTBC from my point of view.

I guess we should commit this before fixing #639172: Disable contextual links on the dashboard page while within customize mode.

lisarex’s picture

Status: Needs review » Reviewed & tested by the community

Applied patch, RTBC.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.