Skip to main content

Bug Tracker

Side navigation

#8269 closed bug (duplicate)

Opened February 14, 2011 01:31PM UTC

Closed February 14, 2011 02:08PM UTC

Last modified February 14, 2011 02:08PM UTC

In IE 8 change event of textfield fires twice

Reported by: goblin_7@mail.ru Owned by:
Priority: low Milestone: 1.next
Component: event Version: 1.5
Keywords: Cc:
Blocked by: Blocking:
Description

$("#DisplayName").change(function () {

if ($(this).val().length == 0) {

$(this).val($("#RealName").val());

displaynameEnabled = true;

} else {

displaynameEnabled = false;

}

});

E.g.:

this fires twice, so my flag displaynameEnabled always sets to false

Attachments (0)
Change History (2)

Changed February 14, 2011 02:08PM UTC by jitter comment:1

component: unfiledevent
priority: undecidedlow
resolution: → duplicate
status: newclosed

Changed February 14, 2011 02:08PM UTC by jitter comment:2

Duplicate of #8040.