NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item10953: TagMePlugin affected by IE7 fieldset bug
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
New |
Extension |
TagMePlugin |
|
I've installed
TagMePlugin on our Foswiki and found that the blogs styles displayed in a weird way in IE7.
The top line overflows into subsequent lines obscuring some text.
After a search I discovered that it's a known IE7 issue, a local fix was to add the following to our local CSS styles and not touch the installed code.
.tagmeEdit
{
overflow: hidden;
}
The plugin should of course be tweaked to incorporate this. Thanks
I also found this which
might be useful (I've not had time to check it out):
http://www.tyssendesign.com.au/articles/css/legends-of-style/
--
JulianLevens - 08 Jul 2011