Search and Top Navigation
#3434 closed bug (fixed)
Opened September 16, 2008 05:58AM UTC
Closed September 16, 2008 10:32AM UTC
Last modified November 19, 2008 04:35AM UTC
invalid increment operand
Reported by: | floating.eye22@yahoo.com | Owned by: | paul |
---|---|---|---|
Priority: | minor | Milestone: | 1.6rc2 |
Component: | ui.datepicker | Version: | 1.6rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
target.id='dp'+++this.uuid;
This code which is included in version 1.6rc1, makes an error "invalid increment operand", when it was read by fire fox 2.
I correct it as below;
target.id='dp'+(++this.uuid);
Then it works fine.
Attachments (0)
Change History (4)
Changed September 16, 2008 10:32AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Changed September 18, 2008 06:06PM UTC by comment:2
component: | ui.core → ui.datepicker |
---|---|
milestone: | TBD → 1.6 |
Changed September 18, 2008 06:07PM UTC by comment:3
version: | → 1.6rc1 |
---|
Changed November 19, 2008 04:35AM UTC by comment:4
milestone: | 1.6 → 1.6rc2 |
---|
Fixed in r679.