Bug #2579
closedChrome issue with if showhide in backend
Description
As reported by the Piston, and my analysis:
Thanks for confirming the browser. Actually, it "works" when you click again on the drop-down, then finally the javscript event propagates....
The same is true on all aspects of the user interface. Thus e.g. if you choose different first period, you won't see the extra-fields until you click again on the drop-down...
It is a very old bug from webkit, that I had reported 2.5 years back to the webkit team, and that got fixed in webkit and thus in Safari.
So it looks like Google Chrome is a real fork of Safari, not integrating newer development from webkit....
Updated by beat over 13 years ago
- Target version deleted (
CbSubs 1.2.0)
This is a Google Chrome bug, and if a workaround should be made, it should be made in CB.
Moving to CB tracker.
Updated by beat over 13 years ago
- Status changed from New to Assigned
- Assignee set to beat
Updated by beat over 13 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
r1502 fixes this, as Chrome's bug is that there is no click event for drop-down changes, but we did use click event which worked in IE, as IE 6 or 7 (maybe 8 and 9 too) doesn't generate change event until you unselect the field... pfeew...