Opened 14 years ago

Last modified 13 years ago

#6302 confirmed Bug

if both 'blur' and 'click' events handled - they fires infinitely in firefox

Reported by: Scalar Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Firefox Cc:

Description

If we bind handler functions for both 'blur' and 'click' events - they fires infinitely. Browser firefox 3.5.7 OS Windows XP SP3

Attachments (2)

test3.html (1.3 KB) - added by Scalar 14 years ago.
Test file, demonstrates the bug
test_cke.html (1.1 KB) - added by Jakub Ś 13 years ago.

Download all attachments as: .zip

Change History (6)

Changed 14 years ago by Scalar

Attachment: test3.html added

Test file, demonstrates the bug

comment:1 Changed 14 years ago by Tobiasz Cudnik

Keywords: Firefox added; click blur firefox removed
Status: newconfirmed

comment:2 Changed 14 years ago by Tobiasz Cudnik

Owner: set to Tobiasz Cudnik
Status: confirmedassigned

Fixable by 6261.patch from #6261.

comment:3 Changed 13 years ago by Jakub Ś

Owner: Tobiasz Cudnik deleted
Status: assignedconfirmed

It seems that this issue still occurs in Firefox for focus event.

  1. Please download attached file and put it in your samples folder
  2. Edit it and try the following combinations :
    e.document.on('focus',TestFocus);
    e.document.on('blur',TestBlur);
    
    OR
    
    e.document.on('focus',TestFocus);
    e.document.on('click',TestClick);
    
    OR
    
    e.document.on('focus',TestFocus);
    

Either blur (first case) or focus event will be fired constantly.

NOTE: the blur and click events seem to work fine.

Changed 13 years ago by Jakub Ś

Attachment: test_cke.html added

comment:4 Changed 13 years ago by Jakub Ś

Version: 3.43.0

Reproducible from CKEditor 3.0

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy