Expand my Community achievements bar.

SOLVED

event rule fire twice in IE

Avatar

Level 1

I have a click event rule that fires once in Chrome and FF, but twice in IE.

 

The debugger gives me this:

SATELLITE: detected click on A 
SATELLITE: Rule "My rule" fired. 
SATELLITE: detected click on A 
SATELLITE: Rule "My rule" fired.

 

What causes this in IE?

1 Accepted Solution

Avatar

Correct answer by
Level 3

I'm not sure why this behavior would be IE specific, but it's worth trying to alter your 'Bubbling' settings in the rule condition as this is where this issue typically stems from. So, you would check this setting in your rule condition under 'Bubbling':  'Don't allow if child element already triggers event'

[img]Screen Shot 2014-05-19 at 8.44.03 AM.png[/img]

If this doesn't work, you may want to submit a client care ticket with additional details like the property / rule name and a URL to test so we can troubleshoot this issue more specifically.

Thanks so much,

Anna

View solution in original post

2 Replies

Avatar

Level 8

Hi Gustav,

Did 'bubbling' work for you?

Please let us know.

Rahul

Avatar

Correct answer by
Level 3

I'm not sure why this behavior would be IE specific, but it's worth trying to alter your 'Bubbling' settings in the rule condition as this is where this issue typically stems from. So, you would check this setting in your rule condition under 'Bubbling':  'Don't allow if child element already triggers event'

[img]Screen Shot 2014-05-19 at 8.44.03 AM.png[/img]

If this doesn't work, you may want to submit a client care ticket with additional details like the property / rule name and a URL to test so we can troubleshoot this issue more specifically.

Thanks so much,

Anna