Selection bubble on iOS5 now doesn't hide anymore after a splitsecond.

This commit is contained in:
Hans Pinckaers 2011-08-23 22:39:18 +02:00
parent 7e4bba0e31
commit 66e616304d

View file

@ -424,7 +424,7 @@ function OUTER(gscope)
else parenModule.notifyTick();
}
recolorModule.recolorLines();
if (cs.selectionAffected)
if (cs.selectionAffected && !(browser.safari && (type == "applyChangesToBase" || type == "idleWorkTimer")))
{
updateBrowserSelectionFromRep();
}