View Issue Details

IDProjectCategoryView StatusLast Update
0002926Composrcore_primary_layoutpublic2016-11-11 15:55
ReportergilesAssigned ToChris Graham 
Severity@40@ 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0002926: screen actions box causes horizontal slider on non-mobile
DescriptionThe screen_actions box on various pages throughout Composr causes a horizontal slider to appear when in non-mobile mode due to the .box class having a 1px border and screen_actions_outer being set to 100%.

Mobile does not have this issue due to {$BETA_CSS_PROPERTY,box-sizing: border-box;} being applied.

I have fixed this by adding {$BETA_CSS_PROPERTY,box-sizing: border-box;} to screen_actions.css after the width property (lines 12/13).
Additional InformationI apologize if this has already been found and fixed - I am still running version 10 RC 18. I plan to upgrade to the 10 RC 21 version in the next few days.
TagsNo tags attached.
Time estimation (hours)
Sponsorship open

Activities

Chris Graham

2016-11-11 15:55

administrator   ~0004541

Yes, good work.

Issue History

Date Modified Username Field Change
2016-11-10 18:16 giles New Issue
2016-11-11 15:55 Chris Graham Note Added: 0004541
2016-11-11 15:55 Chris Graham Status non-assigned => resolved
2016-11-11 15:55 Chris Graham Resolution open => fixed
2016-11-11 15:55 Chris Graham Assigned To => Chris Graham