Opened 3 months ago

Last modified 2 months ago

#23729 new defect (bug)

Ticket #11289, IE bug fix: always pad the error page with enough characters

Reported by: wp4j Owned by:
Priority: normal Milestone: Awaiting Review
Component: General Version:
Severity: normal Keywords: reporter-feedback
Cc:

Description

Is it really such a good idea to put the padding where it is currently in the error pages? This causes all sorts of problems with Dom parsers... it should be placed somewhere after the html tag or better yet in the body... almost looks like someone is very proud of their fix and wants the world to see it lol

Change History (4)

for reference: [11340] - #8942
and later [12309] - #11289

Is it really such a good idea to put the padding where it is currently in the error pages?

Per ticket:11289:3, it should be where it is now. We could probably only print it if $is_IE though.

What problems does it cause?

  • Keywords reporter-feedback added

What problems does it cause?

Will cause errors if output is being parsed by dom parsers. Basically breaks XML.

Note: See TracTickets for help on using tickets.