developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 12 years ago
Closed 12 years ago
#914 closed bug (fixed)
jResponseHtml: bug introduced when added the strictDoctype feature
Reported by: | Julien | Owned by: | Julien |
---|---|---|---|
Priority: | highest | Milestone: | Jelix 1.1.3 |
Component: | jelix:core response | Version: | 1.1 |
Severity: | major | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
There was a strange bug that turned the browser into quirks mode rendering. Concatenating the DOCTYPE's string before outputting solves the problem, instead of echoing separate strings.
I guess it has something to do when the server uses "Transfer-Encoding: chunked".
The patch below solves the problem for both 1.1.x and the trunk.
Attachments (1)
Change History (4)
Changed 12 years ago by Julien
comment:1 Changed 12 years ago by Julien
- Status changed from new to assigned
comment:2 Changed 12 years ago by laurentj
- review changed from review? to review+
comment:3 Changed 12 years ago by Julien
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
commited in the trunk and 1.1.x. r1402