- From: <bugzilla@jessica.w3.org>
- Date: Thu, 03 May 2012 11:59:09 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16917 --- Comment #1 from Simon Pieters <simonp@opera.com> 2012-05-03 11:59:09 UTC --- Currently this throws: cue.snapToLines = false; cue.line = -1; // throws IndexSizeError but this doesn't throw: cue.snapToLines = true; cue.line = -1; cue.snapToLines = false; // this should not be allowed -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Thursday, 3 May 2012 11:59:16 UTC