mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 632215 - Make the caret ignore -moz-user-modify if we ask it to immediately, instead of waiting for the next caret paint timer; r=roc a=blocking-final+
--HG-- extra : rebase_source : 3595e03c255a6f348b97bc4e340d271733ccacbb
This commit is contained in:
parent
d1ae4c4539
commit
afb9868f71
@ -318,8 +318,8 @@ void nsCaret::SetCaretVisible(PRBool inMakeVisible)
|
||||
{
|
||||
mVisible = inMakeVisible;
|
||||
if (mVisible) {
|
||||
StartBlinking();
|
||||
SetIgnoreUserModify(PR_TRUE);
|
||||
StartBlinking();
|
||||
} else {
|
||||
StopBlinking();
|
||||
SetIgnoreUserModify(PR_FALSE);
|
||||
|
Loading…
Reference in New Issue
Block a user