View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000740 | XMB1 | Bugs | public | 2024-12-30 11:45 | 2024-12-31 17:08 |
Reporter | miqrogroove | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | new | Resolution | open | ||
Target Version | 1.10.00 | ||||
Summary | 0000740: Quick Reply is Crowded in Portrait Rotation | ||||
Description | Need to fix the checkboxes with overlapping text on the Quick Reply when using mobile browser. | ||||
Tags | No tags attached. | ||||
MySQL Version | |||||
PHP Version | |||||
Web Server | |||||
Browser | |||||
Flags | |||||
Original Reporter | |||||
SVN Revision | |||||
Git Commit | |||||
|
I took a quick look and it seems either nuking the widths, or adding "display:inline" in the table body that contains the checkboxes and stuff seems to sort of fix the issue, but not entirely (there's now a bunch of unused space which wasn't originally there when you go on desktop). Redoing the templates to use CSS widths and individual classes rather than hardcoded HTML would be neat to be fair... (This is also why the text box overlaps and has to be enforced via CSS to 100% width with an !important, which again, is not ideal in the slightest.) |
|
I'm sure there's a way to tweak out the new templates/css.php and viewthread_quickreply.php files. As for "redoing the templates" that's not for me. Even just de-duplicating the code would take me a lifetime. I would really like to get a front-end person who is willing to tackle that project. |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-12-30 11:45 | miqrogroove | New Issue | |
2024-12-31 07:45 | flushedpancake | Note Added: 0000539 | |
2024-12-31 17:08 | miqrogroove | Note Added: 0000544 |