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: |
|
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)
comment:2
SergeyBiryukov — 3 months ago
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?
comment:3
SergeyBiryukov — 3 months ago
- Keywords reporter-feedback added
Note: See
TracTickets for help on using
tickets.

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