Opened 14 years ago
Last modified 14 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:
- Open _samples/output_html.html
- Click "Align right"
- 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)
Change History (3)
Changed 14 years ago by
Attachment: | output_html.diff added |
---|
comment:1 Changed 14 years ago by
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 14 years ago by
Component: | General → Core : Output Data |
---|---|
Keywords: | HasPatch added |
Status: | new → confirmed |
patch to output_html.html