Author Topic: Map Only has Scroller on side  (Read 8073 times)

0 Members and 1 Guest are viewing this topic.

Offline Ib3kii

  • Milwaukeye
  • Full Member
  • ***
  • Posts: 130
  • Gender: Male
  • Last Login:January 12, 2023, 02:02:21 pm
  • I want to be the first one to collect them all!
    • Travel Mapping User Page
Map Only has Scroller on side
« 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,
-The journey of a thousand miles begins with a single step... on the gas.

Offline Jim

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 2732
  • Last Login:Today at 08:47:31 am
Re: Map Only has Scroller on side
« Reply #1 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.

Offline theFXexpert

  • TM Collaborator
  • Full Member
  • *****
  • Posts: 134
  • Gender: Male
  • Last Login:June 30, 2023, 02:59:08 pm
Re: Map Only has Scroller on side
« Reply #2 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.


Offline Jim

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 2732
  • Last Login:Today at 08:47:31 am
Re: Map Only has Scroller on side
« Reply #3 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.

Offline Ib3kii

  • Milwaukeye
  • Full Member
  • ***
  • Posts: 130
  • Gender: Male
  • Last Login:January 12, 2023, 02:02:21 pm
  • I want to be the first one to collect them all!
    • Travel Mapping User Page
Re: Map Only has Scroller on side
« Reply #4 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!
-The journey of a thousand miles begins with a single step... on the gas.

Offline michih

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 4555
  • Last Login:Yesterday at 04:04:16 pm
Re: Map Only has Scroller on side
« Reply #5 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.

Offline theFXexpert

  • TM Collaborator
  • Full Member
  • *****
  • Posts: 134
  • Gender: Male
  • Last Login:June 30, 2023, 02:59:08 pm
Re: Map Only has Scroller on side
« Reply #6 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. The scroll bar will appear regardless of resolution. I'll go ahead and submit fixes for these soon.

Offline theFXexpert

  • TM Collaborator
  • Full Member
  • *****
  • Posts: 134
  • Gender: Male
  • Last Login:June 30, 2023, 02:59:08 pm
Re: Map Only has Scroller on side
« Reply #7 on: July 03, 2016, 02:26:29 pm »

Offline michih

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 4555
  • Last Login:Yesterday at 04:04:16 pm
Re: Map Only has Scroller on side
« Reply #8 on: July 03, 2016, 02:29:24 pm »
Thank you :)

Offline Jim

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 2732
  • Last Login:Today at 08:47:31 am
Re: Map Only has Scroller on side
« Reply #9 on: July 03, 2016, 09:59:47 pm »
This is now live.  Thanks for the fixes.

Offline michih

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 4555
  • Last Login:Yesterday at 04:04:16 pm
Re: Map Only has Scroller on side
« Reply #10 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. 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...

Offline theFXexpert

  • TM Collaborator
  • Full Member
  • *****
  • Posts: 134
  • Gender: Male
  • Last Login:June 30, 2023, 02:59:08 pm
Re: Map Only has Scroller on side
« Reply #11 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. 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.

Offline Jim

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 2732
  • Last Login:Today at 08:47:31 am
Re: Map Only has Scroller on side
« Reply #12 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.

Offline theFXexpert

  • TM Collaborator
  • Full Member
  • *****
  • Posts: 134
  • Gender: Male
  • Last Login:June 30, 2023, 02:59:08 pm
Re: Map Only has Scroller on side
« Reply #13 on: July 05, 2016, 02:52:12 pm »
It's good now.

Offline Jim

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 2732
  • Last Login:Today at 08:47:31 am
Re: Map Only has Scroller on side
« Reply #14 on: July 05, 2016, 02:58:28 pm »