Ticket #948 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

IE: inline styles are not rendered by DOMwalk getHTML()

Reported by: ray Owned by: gogo
Priority: normal Milestone:
Component: Xinha Core Version:
Severity: normal Keywords:
Cc:

Description

Inline styles (<p style="color:red">) get lost when the HTML is retrieved. This seems consistent with a note in the source that says "IE fails to put style in attributes list" while the attributes are fetched by looping through the attributes.

This affects both IE6 & IE7.

Change History

Changed 6 years ago by ray

  • status changed from new to closed
  • resolution set to fixed

fixed rev [725]

Also lowercased the style names.

Also made Gecko use hex color values (#bbbbbb) instead of rgb(123,123,123)

Note: See TracTickets for help on using tickets.