You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On first browser window resize
the collapsible titlepane panel collapses but its button stays in the same place if the resized window is less than 768px.
If you load the CMV in an already resized window, then maximize the window, the button stays in the same place.
Steps to reproduce:
Start with your browser window fully maximized.
Open CMV in this window
Click the window resize button
Or alternatively,
Start with your browser window resized to a smaller view
Open CMV in this window
Click the window maximize button
Expected results:
The titlepane panel button collapses/expands with rest of the panel.
Actual results:
the side panel collapses or expands but the button stays in its original place.
It doesn't do this if you click the collapse button before you resize the window.
Environment:
Software
Version
CMV Version
CMV 2 Beta 2
Browser
Chrome and IE 11
Operating system
Windows 7
The text was updated successfully, but these errors were encountered:
@kjohnsonGIS It appears to me that this doesn't occur Always. Based on my past experience and brief testing today, this only occurs when the window is narrow (less than 768 pixels). The browser is responding to this css media query which is intended for small devices (phones). I would consider this an edge case since that width isn't very usable on a desktop though perhaps it occurs more often than I realize.
@tmcgee , ok thanks. I edited my original comment, changed how often to sometimes since it only happens when the resized window is less than 768px. Yeah true probably on the desktop that would be pretty rare to have the window resized that size.
How often can you reproduce it?
Description:
On first browser window resize
the collapsible titlepane panel collapses but its button stays in the same place if the resized window is less than 768px.
If you load the CMV in an already resized window, then maximize the window, the button stays in the same place.
Steps to reproduce:
Or alternatively,
Expected results:
The titlepane panel button collapses/expands with rest of the panel.
Actual results:
the side panel collapses or expands but the button stays in its original place.
It doesn't do this if you click the collapse button before you resize the window.
Environment:
The text was updated successfully, but these errors were encountered: