6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/2/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#4474] spellcheck on Safari
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . .__.. .. . [__)| [__]| ||__| | \|___| ||/\|| |
Comment
> We found a case in which our patch failed: Internet Explorer in HTML > mode. We again simplified the targetValue function in > imp/js/SpellChecker.js from: > > > > targetValue: function(value) > > { > > if (value) { > > this.input.innerHTML = value; > > this.input.value = value; > > } > > return (typeof this.input.value == 'undefined') ? > this.input.innerHTML : this.input.value; > > }, > > > > to: > > > > targetValue: function(value) > > { > > if (value) { > > this.input.value = value; > > return; > > } > > return (typeof this.input.value == 'undefined') ? > this.input.innerHTML : this.input.value; > > }, > > > > to correctly handle Internet Explorer in both plain text and HTML > mode (Windows only), Firefox in both plain text and HTML mode > (Windows and OS X), and Safari plain text mode (OS X).
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers