ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: [SiNaN] on September 09, 2014, 07:06:46 am

Title: Buttons Container Scrollbar
Post by: [SiNaN] on September 09, 2014, 07:06:46 am
I don't know if this was fixed but it's something I noticed on this site. Attached screenshots. The buttons container could use some real padding too.
Title: Re: Buttons Container Scrollbar
Post by: Spuds on September 09, 2014, 09:47:48 am
Have not seen that one before, looks like another mac chrome difference  :'(  Will track to fix in 1.01
Title: Re: Buttons Container Scrollbar
Post by: emanuele on September 11, 2014, 04:05:28 pm
If you have an idea of what could fix that, I can upload it here and see the result live.
Title: Re: Buttons Container Scrollbar
Post by: Spuds on September 11, 2014, 08:56:48 pm
The version of OSx that I can run in my VirtualBox is Mountain Lion and I tired both Safari and Chrome and neither display that issue. 

With that I'd suspect it's a Mavericks issue (we have seen other Mavericks only issuesl) but need to check with @[SiNaN] to know for sure.  We can also shamelessly ask if he would debug it, I'd assume a width or overflow needs to be defined on the container.

Unfortunately I have not been able to get the Mavericks version to run in VB, it does not like the video on my laptop from what I can tell.
Title: Re: Buttons Container Scrollbar
Post by: [SiNaN] on September 12, 2014, 05:00:13 pm
I'm running Chrome 37.0.2062.120 on OS X 10.8.5 with 1440x900 resolution. I just tested with Safari and there is no such issue. The post_confirm_buttons container has overflow set to auto and the buttons inside don't seem to fit there, resulting in the scrollbars. I'm not sure what's the right way to fix it but adding a 1px right padding to the container seems to get rid of the scrollbars for good.
Title: Re: Buttons Container Scrollbar
Post by: emanuele on September 17, 2014, 12:05:37 pm
Okay, added the padding here on the site, let me know if it fix the overflow.
An overflow: hidden; may work as well I guess, but it may hide some content (I think).
Title: Re: Buttons Container Scrollbar
Post by: [SiNaN] on September 17, 2014, 04:27:32 pm
That seems to have done the trick here.
Title: Re: Buttons Container Scrollbar
Post by: emanuele on September 18, 2014, 11:08:22 am
Cool!
Will add to the list.