Open GoogleCodeExporter opened 8 years ago
thank you for letting me know about this, and i think you're right in saying
it's
related to the focushelper.
i will be looking into this and your other bug report this evening.
Original comment by willis...@gmail.com
on 23 Feb 2010 at 7:17
Cool man, thanks.
As a workaround, I disabled the statement (around line 151)
this.elements.$focusHelper.focus();
I believe that its fine for the user to just click 'ignore word' to make the
menu
disappear, rather than have the menu disappear if the focus helper blurs.
Original comment by sald...@gmail.com
on 23 Feb 2010 at 8:38
i had some display issues with using document.click to hide the suggestbox. for
example, on the main demo: http://spellchecker.jquery.badsyntax.co.uk/
if the suggest word box is showing, and you click on one of the tabs, the
suggestbox
wouldn't dissappear as the tabs plugin would be preventing document.click from
firing.
this new input element is an experiment to see what i can do with the focus and
blur
events, and i'd like to keep it if i can get it working properly lol
i could also use anchors on the suggest words for focus and blur events..but
this
input is easier to work with
Original comment by willis...@gmail.com
on 23 Feb 2010 at 8:47
ok i've had a play and decided to revert this with r136
i couldn't find a way to prevent the browser from giving scrolling the viewport
on
focus, and i guess it makes sense for it do that.
so i'm going to keep it as document.click for now until i find a better focus
event
solution
Original comment by willis...@gmail.com
on 23 Feb 2010 at 9:42
Original issue reported on code.google.com by
sald...@gmail.com
on 23 Feb 2010 at 6:41