Opened 10 years ago
Closed 10 years ago
#29336 closed defect (bug) (fixed)
Error messages page does not have the viewport meta tag
Reported by: | rellect | Owned by: | rachelbaker |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Comments | Keywords: | has-patch |
Focuses: | ui | Cc: |
Description
Try to send an empty comment, you will get an error that you need to fill the fields. This error page does not have the viewport meta tag, which means this page don't have a responsive style in mobile.
This is tested in 4.0 beta.
Attachments (1)
Change History (8)
#5
in reply to:
↑ 3
@
10 years ago
Replying to johnbillion:
How strange. The viewport meta tag got missed in r26299 despite it being in the patch on #25956.
@iammattthomas Was there a reason for this or did it just get missed?
Hrm, hard to say, given how long ago it was—but given my commit message in r26299 it looks like it was just an oversight on my part:
Update error screens with the new visual design:
- Bring in new styles for backgrounds/text/link/borders/buttons
- Switch to device-width for the viewport and tweak margins etc so the layout works nicely on all device sizes
Note: See
TracTickets for help on using
tickets.
Adds the viewport meta tag for mobile assistance.