Opened 14 years ago

Last modified 13 years ago

#6397 confirmed Bug

output_html sample is inconsistent between browsers

Reported by: Konstantin Pelepelin Owned by:
Priority: Normal Milestone:
Component: Core : Output Data Version: 3.4.1
Keywords: HasPatch Cc:

Description

Reproduce:

  1. Open _samples/output_html.html
  2. Click "Align right"
  3. Click "Source" (or submit)

Result:
Firefox 3.6.10:
p align="right"
Chrome 6.0.472.63:
p align="right" style=" "
IE 8, Opera 10.62
p style="text-align: right"

Attachments (1)

output_html.diff (730 bytes) - added by Konstantin Pelepelin 14 years ago.
patch to output_html.html

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by Konstantin Pelepelin

Attachment: output_html.diff added

patch to output_html.html

comment:1 Changed 14 years ago by Konstantin Pelepelin

Error is in regexps. I supply more generic regexps in a patch.

Note: I assume regexps are not universal anyway, they does not deal with possible styles containing arbitrary strings in them.

comment:2 Changed 13 years ago by Garry Yao

Component: GeneralCore : Output Data
Keywords: HasPatch added
Status: newconfirmed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy