Travel Mapping

Web Design Discussion => General Web Design Discussion => Topic started by: Ib3kii on June 16, 2016, 04:38:29 pm

Title: Map Only has Scroller on side
Post by: Ib3kii on June 16, 2016, 04:38:29 pm
Dear Viewer,

When viewing a map, if you choose to view the map only, the scroller will still be on the side of the screen.

Thanks,
Title: Re: Map Only has Scroller on side
Post by: Jim on June 16, 2016, 06:58:37 pm
Dear Viewer,

When viewing a map, if you choose to view the map only, the scroller will still be on the side of the screen.

Thanks,

If anyone has any idea about this, please let me know.  I saw it before and could not find anything in the document that I thought would make the page think it's supposed to extend off the bottom like that.
Title: Re: Map Only has Scroller on side
Post by: theFXexpert on June 16, 2016, 09:44:17 pm
Set overflow-y:auto in the #selected div.

Also, use display:none on #options and #routes instead of visibility:hidden. That will keep the mapview page from stretching downward because of hidden elements.

Title: Re: Map Only has Scroller on side
Post by: Jim on June 16, 2016, 11:17:58 pm
Set overflow-y:auto in the #selected div.

Also, use display:none on #options and #routes instead of visibility:hidden. That will keep the mapview page from stretching downward because of hidden elements.

Thanks.  If you know a better way to accomplish what I was trying to do with those hidden tables (so I could switch the innerHTML when the dropdown menu value changes), I'm happy to hear it.  I don't really like the way I ended up doing it.
Title: Re: Map Only has Scroller on side
Post by: Ib3kii on June 17, 2016, 09:03:23 am
Set overflow-y:auto in the #selected div.

Also, use display:none on #options and #routes instead of visibility:hidden. That will keep the mapview page from stretching downward because of hidden elements.
Thanks a billion!
Title: Re: Map Only has Scroller on side
Post by: michih on July 03, 2016, 03:43:38 am
Another scroll bar issue exists since about 2 weeks. A (useless) horizontal scroll bar is displayed everywhere (start page, stats, HB, maps,...). I think my screen resolution of 1600x900px is not very small.
Title: Re: Map Only has Scroller on side
Post by: theFXexpert on July 03, 2016, 12:59:34 pm
Another scroll bar issue exists since about 2 weeks. A (useless) horizontal scroll bar is displayed everywhere (start page, stats, HB, maps,...). I think my screen resolution of 1600x900px is not very small.
I made note of this earlier (http://tm.teresco.org/forum/index.php?topic=261.msg1184#msg1184). The scroll bar will appear regardless of resolution. I'll go ahead and submit fixes for these soon.
Title: Re: Map Only has Scroller on side
Post by: theFXexpert on July 03, 2016, 02:26:29 pm
Submitted: https://github.com/TravelMapping/Web/pull/83
Title: Re: Map Only has Scroller on side
Post by: michih on July 03, 2016, 02:29:24 pm
Thank you :)
Title: Re: Map Only has Scroller on side
Post by: Jim on July 03, 2016, 09:59:47 pm
This is now live.  Thanks for the fixes.
Title: Re: Map Only has Scroller on side
Post by: michih on July 04, 2016, 12:50:40 pm
Another scroll bar issue exists since about 2 weeks. A (useless) horizontal scroll bar is displayed everywhere (start page, stats, HB, maps,...). I think my screen resolution of 1600x900px is not very small.
I made note of this earlier (http://tm.teresco.org/forum/index.php?topic=261.msg1184#msg1184). The scroll bar will appear regardless of resolution. I'll go ahead and submit fixes for these soon.

We are talking about two different issues ;).

You've already fixed the vertical scroll bar issue - Thanks :) - but the horizontal scroll bar still appears...
Title: Re: Map Only has Scroller on side
Post by: theFXexpert on July 05, 2016, 01:31:48 pm
Another scroll bar issue exists since about 2 weeks. A (useless) horizontal scroll bar is displayed everywhere (start page, stats, HB, maps,...). I think my screen resolution of 1600x900px is not very small.
I made note of this earlier (http://tm.teresco.org/forum/index.php?topic=261.msg1184#msg1184). The scroll bar will appear regardless of resolution. I'll go ahead and submit fixes for these soon.

We are talking about two different issues ;).

You've already fixed the vertical scroll bar issue - Thanks :) - but the horizontal scroll bar still appears...
The changes I made to travelMapping.css don't seem to be live. Clearing the browser cache didn't change anything.
Title: Re: Map Only has Scroller on side
Post by: Jim on July 05, 2016, 02:33:36 pm
The changes I made to travelMapping.css don't seem to be live. Clearing the browser cache didn't change anything.

Maybe I didn't copy it to the right place.  I just copied it (again?) so let's see if that does it.
Title: Re: Map Only has Scroller on side
Post by: theFXexpert on July 05, 2016, 02:52:12 pm
It's good now.
Title: Re: Map Only has Scroller on side
Post by: Jim on July 05, 2016, 02:58:28 pm
It's good now.

Great, thanks.
Title: Re: Map Only has Scroller on side
Post by: michih on July 07, 2016, 11:10:14 am
It's good now.

Yep, thanks and the topic can be closed now :) [my hotel's internet was down for 2 days...]