View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017469 | phpList 3 application | Interface - Administrator | public | 11-10-14 13:03 | 16-10-14 09:21 |
Reporter | cwrichardson | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.0.8 | ||||
Target Version | 3.0.X | Fixed in Version | 3.0.9 | ||
Summary | 0017469: Bounce Rules table CSS precludes actually using the form | ||||
Description | The table layout for applying candidate bounce regular expressions puts the checkboxes under the navigation sidebar, so you can't actually select them. | ||||
Steps To Reproduce | Do System -> Manage Bounces -> Generate Bounce Rules Followed by System -> Manage Bounces -> List Bounce Rules -> Candidate Result is in attached screenshot. This happens in both Safari and Firefox on OS X 10.9.5 on Macbook Air 13-inch, Mid 2012 phplist is running on Linux 2.6.32-042stab092.2 #1 SMP Tue Jul 8 10:35:55 MSK 2014 x86_64 x86_64 x86_64 GNU/Linux PHP 5.4.13 (cli) | ||||
Additional Information | /lists/admin/ui/dressprow/css/style.css line 245 says: tr.row td { max-width:100px;} The DOM for the table says: <tr class=""> I'm not yet familiar enough with phplist to know if a) the .row class should be removed from that style line; or b) a new style without the .row should be added; or c) there's a bug somewhere in the backend, and it's failing to insert the class "row" in the DOM. But doing (a) was sufficient to fix the problem for me. | ||||
Tags | No tags attached. | ||||
|
|
|
great, thanks |
|
mariez can you check? I don't have a Mac or Safari, and it renders fine for me (see att: rules1 and rules2) Is it ok to remove the .row class? See http://dev.phplist.com/lists/admin/?page=bouncerules&type=candidate |
|
|
|
|
|
I think it mostly happens when the 2nd column is pushed wide. Maybe we just need to restrict the size of that column. |
|
I've restricted the width. Should be fine now; |