Issue Details (XML | Word | Printable)

Key: CHK-25
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Roberto Dominguez
Reporter: James Mortimer
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Confluence Checklists Plugin

attempting to toggle checkboxes fails in Internet Explorer

Created: 04/Jul/07 03:10 PM   Updated: 09/Jul/07 05:16 PM
Component/s: None
Affects Version/s: 1.1
Fix Version/s: 1.1.1

Time Tracking:
Not Specified

Environment: confluecne 2.3.3

Labels:


 Description  « Hide
on a given checklist, I can click on an X to make it into a check, which works as expected and adds appropriate label.
I can do this to multiple X or checks in sequence, no problem.
however, if I try to click an X or check that I JUST toggled, it doesn't work and I navigate to the top of the page.
if I refresh the page, i can now 'toggle' the previously toggled X or checks.

so in effect, I can't turn a single label on / off / on again, or even just on then off, without refreshing the page.



 All   Comments   Work Log   Change History   FishEye   Crucible   Builds      Sort Order: Ascending order - Click to sort in descending order
Roberto Dominguez added a comment - 05/Jul/07 08:53 AM
Cannot reproduce this one either in Safari... is it also IE specific?

This is what I did:
1.- toggle label check back and forth on page A
2.- toggle label check back and forth on Page B
3.- toggle label check back and forth on page A again...

No problem. Tried also editing wiki data in between... no problem either... am I missing something?

Had a problem like what you are describing before while developing, but I thought I fixed it... is there a way you can see if there are javascript error messages?


James Mortimer added a comment - 05/Jul/07 09:03 AM
  • confirmed again using IE 6.0.2900.2180.xpsp_sp2_rtm. no wiki edit in between required.
  • no javascript error evident. the URL "http://our.server.com/display/help/Checklist+Plugin+Examples#" flashes briefly in the status bar when I click any button
  • using firefox, there is no problem. it works as expected and I can toggle the button.

Roberto Dominguez added a comment - 06/Jul/07 01:43 PM
Caused by yet another incompatibility of Internet Explorer. onClick event cannot be set as an attribute but directly as a function:
anchorElem.onclick = new Function("evt",callback);

James Mortimer added a comment - 09/Jul/07 05:16 PM
confirmed on my install in 1.1.1. this works now in IE6.