View Issue Details

IDProjectCategoryView StatusLast Update
0000740XMB1Bugspublic2024-12-31 17:08
Reportermiqrogroove Assigned To 
PrioritynormalSeverityminorReproducibilitysometimes
Status newResolutionopen 
Target Version1.10.00 
Summary0000740: Quick Reply is Crowded in Portrait Rotation
DescriptionNeed to fix the checkboxes with overlapping text on the Quick Reply when using mobile browser.
TagsNo tags attached.
MySQL Version
PHP Version
Web Server
Browser
Flags
Original Reporter
SVN Revision
Git Commit

Activities

flushedpancake

2024-12-31 07:45

reporter   ~0000539

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.)

miqrogroove

2024-12-31 17:08

administrator   ~0000544

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.

Issue History

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