Issue Details (XML | Word | Printable)

Key: MDL-7493
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Nick Freear
Reporter: Martin Dougiamas
Votes: 1
Watchers: 7
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-7396

Make sure standard themes are visible under "Windows High Contrast Black" mode

Created: 13/Nov/06 02:28 PM   Updated: 09/Jan/08 08:24 AM
Return to search
Component/s: Accessibility, Themes
Affects Version/s: 1.7
Fix Version/s: 1.8.4, 1.9, 2.0

File Attachments: 1. File patch-MDL-7493-highcontrast-showhide-2.diff (0.6 kB)
2. File patch-MDL-7493-highcontrast-showhide-32js.diff (8 kB)
3. File patch-MDL-7493-highcontrast-showhide-41js.diff (8 kB)
4. File patch-MDL-7493-highcontrast-showhide-4js.diff (8 kB)
5. File patch-MDL-7493-theme-cleanup.diff (7 kB)

Image Attachments:

1. screen-1-ie6-high-contrast.jpg
(148 kB)
Issue Links:
Blockers
 
Dependency
 
Duplicate
 

Participants: Eloy Lafuente (stronk7), Martin Dougiamas, Nick Freear, Petr Skoda, Urs Hunkler, Vy-Shane Sin Fat and Yu Zhang
Security Level: None
Resolved date: 21/Dec/07
Affected Branches: MOODLE_17_STABLE
Fixed Branches: MOODLE_18_STABLE, MOODLE_19_STABLE, MOODLE_20_STABLE


 Description  « Hide
Make sure standard themes are visible under "Windows High Contrast Black" mode

There are reports of some buttons not showing. - Show/ hide (plus/minus) sideblock buttons.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Yu Zhang added a comment - 28/Nov/06 09:58 AM
I was able to see Moodle under "Windows High Contrast Black" mode, but I could not see what buttons are not showing, could you please give us an example of what button is missing?

Yu Zhang made changes - 28/Nov/06 03:34 PM
Field Original Value New Value
Assignee Martin Dougiamas [ dougiamas ] Yu Zhang [ lazyfish ]
Yu Zhang added a comment - 30/Nov/06 10:38 AM
Hi Nick,

Could you please advise the test environment?

Thanks,

Yu


Yu Zhang made changes - 30/Nov/06 10:39 AM
Assignee Yu Zhang [ lazyfish ] Nick Freear [ nfreear ]
Petr Skoda added a comment - 01/Dec/06 06:51 AM
Found it, I had to disable all colors in accessibility settings!

Original description: Expand/collapse block buttons - These buttons are not visible under Windows High Contrast Black settings. Need to ensure that these are visible under all settings. High.

block hide/show button image is stored in CSS as background behind a clearer, it is switched using JS trick named elementToggleHide()
the problem is that background images are "ignored" after disabling the colors in accessibility settings in IE - the theme does not matter here

Solution:
hmmm...
some other JS trick that would manipulate normal image?
Or two buttons and hiding them alternatively?

In anycase my JS knowledge is not good enough for this task.


Martin Dougiamas made changes - 06/Dec/06 09:56 AM
Assignee Nick Freear [ nfreear ] Vy-Shane Sin Fat [ vyshane ]
Vy-Shane Sin Fat added a comment - 11/Dec/06 03:16 PM
I've added javascript to replace the plus/minus image on the fly when hide/show is toggled.

Vy-Shane Sin Fat made changes - 11/Dec/06 03:16 PM
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 11/Dec/06 04:10 PM
Fix for MDL-7493.
We basically replace the plus and minus hide buttons when the elementToggleHide javascript function is called.
MODIFY lib/javascript-static.js   Rev. 1.19    (+6 -5 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 11/Dec/06 04:15 PM
Fix for MDL-7493. Added html id attribute for the image button used to toggle hide and show for blocks. This is used by javascript to replace the image on the fly.
MODIFY blocks/moodleblock.class.php   Rev. 1.75    (+8 -12 lines)
Martin Dougiamas made changes - 11/Dec/06 10:38 PM
Link This issue is duplicated by MDL-7866 [ MDL-7866 ]
Nick Freear added a comment - 20/Sep/07 11:03 PM
The screenshot shows Moodle Features on IE6/ Windows XP Pro in "Windows High Contrast Black". I activated it from the Control Panel - Accessibility Options - Display tab - tick Use High Contrast (and press Settings button - choose High Constrast Black (large) from the drop-down. (Note, refresh page after configuring.)

Nick Freear made changes - 20/Sep/07 11:03 PM
Attachment screen-1-ie6-high-contrast.jpg [ 11873 ]
Nick Freear added a comment - 20/Sep/07 11:07 PM
The attach screen shot shows me hovering over a "Show or hide block" button, which IS invisible (I knew where to look!) So whatever fix was tried has not worked - reopened.
Thanks

Nick


Nick Freear made changes - 20/Sep/07 11:07 PM
Resolution Fixed [ 1 ]
Status Resolved [ 5 ] Reopened [ 4 ]
Nick Freear added a comment - 21/Sep/07 12:13 AM
The attached patch is a POSSIBLE solution - it adds white borders (white=invisible. Note, "transparent" didn't work in IE 6 non-High Contrast) on the "Show and hide block" button-links which appear blue/ purple in High Contrast Black mode. Or we could add the border on the element enclosing the link, which then appears white.

1 file affected - theme/standard/styles_color.css

Do NOT commit yet - I am taking advice! Many thanks
Nick


Nick Freear made changes - 21/Sep/07 12:13 AM
Nick Freear committed 1 file to 'Moodle CVS' - 25/Sep/07 12:39 AM
Partial fix reopened for MDL-7493, Accessibility: Make sure 'Show hide block' button-link visible under Windows High Contrast.
MODIFY theme/standard/styles_color.css   Rev. 1.147    (+5 -0 lines)
Nick Freear committed 1 file to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 25/Sep/07 12:44 AM
Partial fix reopened for MDL-7493, Accessibility: Make sure 'Show hide block' button-link visible under Windows High Contrast.
MODIFY theme/standard/styles_color.css   Rev. 1.128.2.10    (+4 -0 lines)
Nick Freear made changes - 25/Sep/07 01:35 AM
Assignee Vy-Shane Sin Fat [ vyshane ] Nick Freear [ nfreear ]
Nick Freear added a comment - 25/Sep/07 01:35 AM
Partial fix in HEAD and 1.8 branch, using patch, because 1.8.3 is imminent.

IMPORTANT: not complete!


Urs Hunkler added a comment - 12/Nov/07 03:00 AM
The white border is quite disturbing in standardwhite - I expected a bug when I saw it. Why not create a real high contrast theme and let users always choose those accessibility supporting themes? Breaking normal themes to support accessibility is definitely the wrong way.

Urs Hunkler added a comment - 12/Nov/07 03:03 AM
Why has the CSS been added to the end of the file and not in the block section???

Nick Freear made changes - 21/Nov/07 09:08 PM
Link This issue blocks MDL-12298 [ MDL-12298 ]
Nick Freear added a comment - 14/Dec/07 07:24 PM
Hi Urs, sorry for the delay. This was a temporary hack, and now I'm looking at a proper solution! To address your points:

-"The white border is quite disturbing in standardwhite" - I thought the effect with this theme was barely noticeable (white on pale grey sideblock header background). I agree that other themes - cornflower, wood, chameleon?, and other user's themes would need modifying, so not ideal.

  • "Why not create a real high contrast theme" - yes, that could be worthwhile ( http://moodle.org/mod/forum/discuss.php?d=85119 ) but is not sufficient on its own, because
    1. many users who need high contrast, need it across their system not just in the browser (and hiding blocks may be very useful for these people to reduce screen clutter);
    2. it needs to be configured per install;
    3. users need to know about it.


On to my solution:
-It replaces <a href="#" onclick=".."><img src="spacer.gif" alt="[generic text]" /></a>, with
<input type="image" onclick=".." src="switch_minus.gif" alt="[specific text]" />
-The foreground image stays visible in "Windows High Contrast" mode.
-The SRC and ALT attributes are switched in Javascript.
The images can be themed using "smartpix": Admin - Miscellaneous - Experimental - smartpix (manipulates $CFG>pixpath).
-Specific text, example "Show Latest News block", "Hide Latest News block".
-Text is multi-language - passed in via PHP.

The attached patch is not final (it contains a bug to do with cookies/initialisation). It affects 6 files:
-blocks/moodleblock.class.php - block_base::_title_html method.
-lib/javascript-static.js - elementToggleHIde, elementCookieHide functions.
-lib/weblib.php - print_side_block_end function probably needs changing.
-lang/en_utf8/access.php
-theme/standard/styles_color.css - removing rules, including border hack.
-theme/standard/styles_layout.css

Comments welcome! Thanks, Nick


Nick Freear made changes - 14/Dec/07 07:24 PM
Nick Freear added a comment - 15/Dec/07 01:42 AM
New patch to follow this weekend - I'd like to commit to 1.9 and HEAD start of next week - preferably Monday.
Ciao.

Nick Freear added a comment - 17/Dec/07 10:34 PM
OK, version 4js of the patch, fixes the bug in the previous patch, and effects 2 more files:
-pix/t/switch_plus.gif
-pix/t/switch_minus.gif
Increase contrast, reduce rgb of + from about 79 to 49 (0 is black, 256 white).

Fix: now elementToggleHide Javascript function knows about the "togglehide_" ID prefix.

I have tested, with mouse and keyboard (TAB, ENTER):

  • IE 6, Firefox 2/Win, Safari, Opera 9.

Can I commit?


Nick Freear made changes - 17/Dec/07 10:34 PM
Urs Hunkler added a comment - 18/Dec/07 12:07 AM
Nick, I voted for your patch. But I think it's important that MartinD checks the solution.

Is your JavaScript solution the only way to go? It looks so much more complicated than the simple CSS approach.

And do your findings imply that icon handling can't be done with CSS? I ask because there have been discussions to change icon handling in Moodle to CSS background images.


Nick Freear added a comment - 18/Dec/07 12:29 AM
Hi Martin - welcome back!
This patch (version 4.1 js, replaces v4 js) fixes bug MDL-7493 properly, by replacing the CSS background images with a foreground image, switched with Javascript. This makes it visible in Windows High Contrast Black (see previous comments for further details). I'd like to commit this to 1.9 and HEAD - is this OK?


Hi Urs, thanks for the vote!

Yes, I believe Javascript is the only solution, and it's not too complicated (the original buttons used Javascript anyway).

And no, I don't think significant images like icons should be CSS background images as there is a danger they will "disappear", in Windows High Contrast Mode, user style sheets and similar situations. This would be a backwards step. Smartpix (Admin - Miscellaneous - Experimental - smartpix) is a way to theme foreground images.
Where is the discussion about CSS icons?

Thanks Nick


Nick Freear made changes - 18/Dec/07 12:29 AM
Nick Freear added a comment - 18/Dec/07 06:37 PM
Hi,
I forgot to say in my comments yesterday, my solution is similar to that committed by Yu/ vyshane for revision 1.19/ 11-Dec-2006. Unfortunately this was overwritten, I think by mistake, on the next revision 3 days later and no one spotted it - were the CSS background images left in in as well, making the presence/absence of the foreground image invisible?
Nick

Nick Freear committed 8 files to 'Moodle CVS' - 19/Dec/07 02:18 AM
Fixes reopened MDL-7493 "Make sure standard themes are visible under "Windows High Contrast Black" mode" - foreground show/hide block icon/ALT text switched with Javscript.
MODIFY blocks/moodleblock.class.php   Rev. 1.95    (+12 -12 lines)
MODIFY lang/en_utf8/access.php   Rev. 1.10    (+3 -2 lines)
MODIFY theme/standard/styles_color.css   Rev. 1.158    (+1 -14 lines)
MODIFY pix/t/switch_minus.gif   Rev. 1.2    (+0 -0 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.541    (+2 -5 lines)
MODIFY lib/javascript-static.js   Rev. 1.41    (+17 -7 lines)
MODIFY pix/t/switch_plus.gif   Rev. 1.2    (+0 -0 lines)
MODIFY lib/weblib.php   Rev. 1.1008    (+10 -8 lines)
Nick Freear committed 8 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 19/Dec/07 02:25 AM
Fixes reopened MDL-7493... - foreground show/hide block icon/ALT text switched with Javscript. Merged.
MODIFY lang/en_utf8/access.php   Rev. 1.8.2.2    (+3 -2 lines)
MODIFY pix/t/switch_plus.gif   Rev. 1.1.22.1    (+0 -0 lines)
MODIFY pix/t/switch_minus.gif   Rev. 1.1.22.1    (+0 -0 lines)
MODIFY blocks/moodleblock.class.php   Rev. 1.92.2.2    (+12 -12 lines)
MODIFY lib/weblib.php   Rev. 1.970.2.35    (+10 -8 lines)
MODIFY theme/standard/styles_color.css   Rev. 1.149.2.7    (+0 -13 lines)
MODIFY lib/javascript-static.js   Rev. 1.39.2.2    (+17 -7 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.516.2.23    (+1 -4 lines)
Nick Freear committed 8 files to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 19/Dec/07 02:43 AM
Fixes reopened MDL-7493... - foreground show/hide block icon/ALT text switched with Javscript. Merged.
MODIFY pix/t/switch_minus.gif   Rev. 1.1.20.1    (+0 -0 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.365.2.82    (+1 -4 lines)
MODIFY lang/en_utf8/access.php   Rev. 1.6.4.3    (+3 -2 lines)
MODIFY lib/weblib.php   Rev. 1.812.2.93    (+9 -6 lines)
MODIFY blocks/moodleblock.class.php   Rev. 1.79.2.8    (+13 -13 lines)
MODIFY pix/t/switch_plus.gif   Rev. 1.1.20.1    (+0 -0 lines)
MODIFY lib/javascript-static.js   Rev. 1.29.2.6    (+17 -7 lines)
MODIFY theme/standard/styles_color.css   Rev. 1.128.2.12    (+0 -9 lines)
Nick Freear added a comment - 19/Dec/07 02:53 AM
I've committed fixes to the 8 files on HEAD, 1.9 and 1.8 branches, tagged merged.

Martin, let me know if you don't agree with the fix.
Thanks.


Nick Freear made changes - 19/Dec/07 02:53 AM
Fix Version/s 1.8.4 [ 10242 ]
Status Reopened [ 4 ] Resolved [ 5 ]
Fix Version/s 2.0 [ 10122 ]
Fix Version/s 1.8 [ 10130 ]
Resolution Fixed [ 1 ]
Fix Version/s 1.9 [ 10190 ]
Mitsuhiro Yoshida committed 4 files to 'Lang CVS' - 19/Dec/07 08:18 AM
Translated new strings for show/hide block icon/ALT text MDL-7493.
Translated new strings for new config option for mail newline chars MDL-12103.
Translated a new string for quiz grading MDL-12635.
MODIFY ja_utf8/quiz_grading.php   Rev. 1.5    (+2 -1 lines)
MODIFY ja_utf8/admin.php   Rev. 1.223    (+2 -0 lines)
MODIFY ja_utf8/access.php   Rev. 1.11    (+4 -2 lines)
MODIFY ja_utf8/README   Rev. 1.597    (+1 -1 lines)
Nick Freear made changes - 19/Dec/07 08:33 PM
Component/s Themes [ 10088 ]
Description Make sure standard themes are visible under "Windows High Contrast Black" mode

There are reports of some buttons not showing.
Make sure standard themes are visible under "Windows High Contrast Black" mode

There are reports of some buttons not showing. - Show/ hide (plus/minus) sideblock buttons.
Nick Freear added a comment - 19/Dec/07 08:43 PM
I realised that other themes re-style the hide-show button, so they need modifying. This patch affects 2+5+3 files:

Fix transparency! (Thanks sam - on GIMP)
-pix/t/switch_minus.gif
-pix/t/switch_plus.gif

Remove reference to 'root' pix as background, that is: url(../../pix/t/switch_minus.gif),
-theme/metal/colors.css
-theme/chameleon/user_styles.css -Urs, OK?
-theme/formal_white/fw_color.css
-theme/custom_corners/user_styles.css
-theme/oceanblue/styles_color.css

Fix CSS selectors - these themes override the icons - need to use "Smartpix":
-theme/orangewhite/styles_layout.css
-theme/orangewhite/styles_color.css -icons need moving to orangewhite/pix/t/
-theme/wood/styles_color.css -Eloy, OK?


Nick Freear made changes - 19/Dec/07 08:43 PM
Attachment patch-MDL-7493-theme-cleanup.diff [ 12670 ]
Nick Freear added a comment - 19/Dec/07 08:46 PM
Reopening.
I'm going to commit fixes for the icon transparency now (see previous comment/patch) - and I await comments before committing the other fixes.
Many thanks.

Nick Freear made changes - 19/Dec/07 08:46 PM
Status Resolved [ 5 ] Reopened [ 4 ]
Resolution Fixed [ 1 ]
Nick Freear committed 2 files to 'Moodle CVS' - 19/Dec/07 10:25 PM
Followup for MDL-7493... - revert images to fix transparency, and improve contrast in Windows High Contrast Black mode.
MODIFY pix/t/switch_minus.gif   Rev. 1.3    (+0 -0 lines)
MODIFY pix/t/switch_plus.gif   Rev. 1.3    (+0 -0 lines)
Nick Freear committed 2 files to 'Moodle CVS' - 19/Dec/07 10:35 PM
Followup for MDL-7493... - Finally the correct images! fix transparency, and improve contrast in Windows High Contrast Black mode.
MODIFY pix/t/switch_plus.gif   Rev. 1.4    (+0 -0 lines)
MODIFY pix/t/switch_minus.gif   Rev. 1.4    (+0 -0 lines)
Nick Freear committed 2 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 19/Dec/07 10:39 PM
Followup for MDL-7493... - Finally the correct images! fix transparency, and improve contrast in Windows High Contrast Black mode. Merged.
MODIFY pix/t/switch_plus.gif   Rev. 1.1.22.2    (+0 -0 lines)
MODIFY pix/t/switch_minus.gif   Rev. 1.1.22.2    (+0 -0 lines)
Nick Freear committed 2 files to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 19/Dec/07 10:41 PM
Followup for MDL-7493... - Finally the correct images! fix transparency, and improve contrast in Windows High Contrast Black mode. Merged.
MODIFY pix/t/switch_plus.gif   Rev. 1.1.20.2    (+0 -0 lines)
MODIFY pix/t/switch_minus.gif   Rev. 1.1.20.2    (+0 -0 lines)
Nick Freear added a comment - 19/Dec/07 11:27 PM
After much confusion I've finally fixed the images (moodle/pix/t/switch_minus, plus.gif) in Head, 1.9 and 1.8 branches. A summary of revisions:
-r 1.1 original grey on transparent background, not great contrast in standard theme,
-r 1.2 darker grey on white (transparency broken) background, better contrast in standard theme, the best for Windows High Contrast Black mode (WHCB), but no good for themes,
-r 1.3 darker grey on transparent background, poorer contrast in WHCB!
-r 1.4, 1.1.22.2 etc, reverts to r 1.1, grey on transparent background, acceptable in standard theme and WHCB, the best compromise!

I have tested Wood theme, with Smartpix in normal mode - the black on transparent Wood +- icons are correctly substituted.

Notes,
-The folder icons in the Site Administration block disappear in WHCB/high contrast - they aren't important so OK.
-For WHCB/high contrast the safest option is plain black on white icons, no transparency, but this is not ideal for theming.


Eloy Lafuente (stronk7) added a comment - 20/Dec/07 05:05 AM
Well,

under wood, with smartpix disabled, the grey pixs are showed, correct? Only if we enable smartpix the black ones are showed.

And that's caused because they aren't anymore background pixs (css) but explicit ones (html), correct?

IMO the grey pixs look a bit annoying under wood but I think that's not important so I would suggest to:

1) Disable current .hide-show-image selectors in wood (they aren't needed now that pixs are html).
2) Put a note in theme README in order to have custompix enabled for better normal browsing.

Some day (2.0), with custompix becoming the default for all themes.

Perhaps the same 1) & 2) must be done in all themes with custom minus/plus background pixs, because they aren't going to be used anymore, isn't it?

Ciao


moodler committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 20/Dec/07 10:50 AM
MDL-7493 further fix: strip_tags from title strings because the titles may have HTML in them.
MODIFY blocks/moodleblock.class.php   Rev. 1.92.2.3    (+4 -4 lines)
moodler committed 1 file to 'Moodle CVS' - 20/Dec/07 10:51 AM
Merged MDL-7493 further fix: strip_tags from title strings because the titles may have HTML in them.
MODIFY blocks/moodleblock.class.php   Rev. 1.96    (+4 -4 lines)
Martin Dougiamas added a comment - 20/Dec/07 10:57 AM
I noticed a problem with HTML in titles getting into the title tags ... added strip_tags to those.

martignoni committed 1 file to 'Lang CVS' - 20/Dec/07 11:52 PM
Fixes reopened MDL-7493 "Make sure standard themes are visible under "Windows High Contrast Black" mode" - foreground show/hide block icon/ALT text switched with Javscript.
MODIFY fr_utf8/access.php   Rev. 1.9    (+6 -3 lines)
Nick Freear committed 1 file to 'Moodle CVS' - 21/Dec/07 08:12 PM
MDL-7493 further fix: strip_tags from title strings because the titles may have HTML in them.
  -From Martin D/moodler in moodleblock.class.php - thanks.
MODIFY lib/weblib.php   Rev. 1.1011    (+4 -4 lines)
Nick Freear committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 21/Dec/07 08:28 PM
Merged MDL-7493 further fix: strip_tags from title strings because the titles may have HTML in them.
  -From Martin D/moodler in moodleblock.class.php - thanks.
MODIFY lib/weblib.php   Rev. 1.970.2.39    (+4 -4 lines)
Nick Freear committed 2 files to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 21/Dec/07 08:32 PM
Merged MDL-7493 further fix: strip_tags from title strings because the titles may have HTML in them.
  -From Martin D/moodler in moodleblock.class.php - thanks.
MODIFY lib/weblib.php   Rev. 1.812.2.94    (+4 -4 lines)
MODIFY blocks/moodleblock.class.php   Rev. 1.79.2.9    (+4 -4 lines)
Nick Freear committed 10 files to 'Moodle CVS' - 21/Dec/07 08:58 PM
MDL-7493 further fix: clean up themes, and remove references to 'hide-show-image' background images. Document smartpix for theming icons in wood and orangewhite readmes.
MODIFY theme/orangewhite/styles_color.css   Rev. 1.34    (+0 -6 lines)
MODIFY theme/oceanblue/styles_color.css   Rev. 1.59    (+0 -13 lines)
MODIFY theme/metal/colors.css   Rev. 1.6    (+0 -8 lines)
MODIFY theme/wood/styles_color.css   Rev. 1.40    (+1 -9 lines)
MODIFY theme/chameleon/user_styles.css   Rev. 1.11    (+2 -6 lines)
MODIFY theme/orangewhite/styles_layout.css   Rev. 1.42    (+1 -1 lines)
MODIFY theme/orangewhite/README.html   Rev. 1.3    (+2 -0 lines)
MODIFY theme/wood/README.html   Rev. 1.3    (+5 -1 lines)
MODIFY theme/custom_corners/user_styles.css   Rev. 1.28    (+1 -8 lines)
MODIFY theme/formal_white/fw_color.css   Rev. 1.19    (+0 -8 lines)
Nick Freear committed 9 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 21/Dec/07 09:01 PM
Merged MDL-7493 further fix: clean up themes, and remove references to 'hide-show-image' background images. Document smartpix for theming icons in wood and orangewhite readmes.
MODIFY theme/chameleon/user_styles.css   Rev. 1.10.2.1    (+2 -6 lines)
MODIFY theme/orangewhite/styles_color.css   Rev. 1.33.2.1    (+0 -6 lines)
MODIFY theme/formal_white/fw_color.css   Rev. 1.18.2.1    (+0 -8 lines)
MODIFY theme/wood/styles_color.css   Rev. 1.35.2.5    (+1 -9 lines)
MODIFY theme/custom_corners/user_styles.css   Rev. 1.11.2.16    (+1 -8 lines)
MODIFY theme/wood/README.html   Rev. 1.2.20.1    (+5 -1 lines)
MODIFY theme/orangewhite/styles_layout.css   Rev. 1.41.4.1    (+1 -1 lines)
MODIFY theme/orangewhite/README.html   Rev. 1.2.20.1    (+2 -0 lines)
MODIFY theme/metal/colors.css   Rev. 1.5.2.1    (+0 -8 lines)
Nick Freear added a comment - 21/Dec/07 10:43 PM
Thanks Martin - I've copied you're fix to weblib.php - print_side_block_end.

I've committed the themes cleanup - details above, with explanations in the readme for 'wood' and orangewhite.
Finally fixed.


Nick Freear made changes - 21/Dec/07 10:43 PM
Status Reopened [ 4 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Eloy Lafuente (stronk7) added a comment - 22/Dec/07 04:24 AM
Great job, Nick! Wood looks really curious in my Mac high contrast, inverse colors. What a "blues wood them"

With the + - buttons perfectly contrasted, of course.

Ciao


Dan Poltawski made changes - 09/Jan/08 08:24 AM
Link This issue will help resolve MDL-12879 [ MDL-12879 ]