External Spell Check Server Xopus 3.2.x
- 1 reply.
- This discussion was started by Chris.
- Last post by Sjoerd Visscher.
|
user
January 21st 2011
|
I noticed that in IE8 when using the external spell check server option that words were not being highlighted in IE8 (Fine in IE6 and IE7). Apply the following change to xopus.css fixes the issue:
/* how should a spell error look like */ spellingError.spell-error, .spell-error { border-bottom:red 1px dotted; } /* how should the active spell error look like */ spellingError.spell-erroractive, .spell-erroractive { background-color:red !important; color:white; border-bottom:none; } /* how should copies of the active spell error look like */ spellingError.spell-erroractive-sync, .spell-erroractive-sync { background-color:#FFAAAA; color:white; } |
|
Xopus Team
January 21st 2011
|
Thanks. We will apply this to the next Xopus 3.2 release (if there is going to be one).
|
- Support
- › Forum
- › Setup and Installation
- › External Spell Check Server Xopus 3.2.x
React
Write a comment