Opened 15 years ago
Closed 15 years ago
#3778 closed Bug (fixed)
CKPackager: Operators precedence is ignored by the conditional operator
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | Project : CKPackager | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description
The following snipped get broken by the packager:
var a = ( b = c ) ? d : e;
The parenthesis get lost.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | 3778.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [3720] and [3721].