BUG: apostrophe in CSS comment breaks outline

Having trouble installing Oxygen? Got a bug to report? Post it all here.
dsewell
Posts: 125
Joined: Mon Jun 09, 2003 6:02 pm
Location: Charlottesville, Virginia USA

BUG: apostrophe in CSS comment breaks outline

Post by dsewell »

oXygen 9.1, build 2007122116, standalone under OS X

Problem: when a CSS comment contains an apostrophe, it breaks the outline view of the CSS file. Example:

Code: Select all

body {
/* it's a comment */
color: blue;
margin-left: 1in;
}

p {
text-indent: 1em;
}
Only the "body" element is visible in the outline. When the apostrophe is deleted, the outline is restored.
dsewell
Posts: 125
Joined: Mon Jun 09, 2003 6:02 pm
Location: Charlottesville, Virginia USA

Re: BUG: apostrophe in CSS comment breaks outline

Post by dsewell »

After some more experimenting: this is true of both apostrophe (') and quotation mark ("). If they are paired inside the comment, no problem. But a single ' or " breaks the outline.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: BUG: apostrophe in CSS comment breaks outline

Post by sorin_ristache »

Hello,

Thank you for reporting the bug. The next version of oXygen will fix it.


Regards,
Sorin
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: BUG: apostrophe in CSS comment breaks outline

Post by sorin_ristache »

Hello,

We fixed this bug. oXygen version 9.2 will include the fix.


Regards,
Sorin
Post Reply