Buscar en Ayuda

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

reporting: scrollbar logic errors.

  • Sin respuestas
  • 2 tienen este problema
  • 2 visitas
more options

There is an inconsistency with scrollbars activating when resizing diagonally. you can set your content to be the size of the innerWidth and innerHeight. The Firefox scrollbars willnot activate if you register a 'onresize' event for the document.

However if you resize diagonally it will cause both Horiz and Vert scrollbars to jitter on and off. Sometimes staying on - when the content is the exact same size and innerwidth and height, and sometimes not.


To reproduce the error:

- try make a
or svg rectangle which loads the same size as the document.innerWidth & document.innerHeight.

- register an eventlistener to the document: document.addeventlistener(onresize) (SUDO CODE) that resizes your content to bigger and smaller so that it is allways the EXACT SAME SIZE as the innerWidth & Height.

- test horizontal resize ONLY: EXPECT: PASS - test vertical resize ONLY: EXPECT: PASS - test diagonal resize: EXPECT: FAIL - INCONSISTENT, JITTERS SCROLLBARS ON AND OFF.

Can you please log this as a priority, as I dont really want to code a workaround if it is confirmed to be a bug.

thanks.

There is an inconsistency with scrollbars activating when resizing diagonally. you can set your content to be the size of the innerWidth and innerHeight. The Firefox scrollbars willnot activate if you register a 'onresize' event for the document. However if you resize diagonally it will cause both Horiz and Vert scrollbars to jitter on and off. Sometimes staying on - when the content is the exact same size and innerwidth and height, and sometimes not. To reproduce the error: - try make a <div> or svg rectangle which loads the same size as the document.innerWidth & document.innerHeight. - register an eventlistener to the document: document.addeventlistener(onresize) (SUDO CODE) that resizes your content to bigger and smaller so that it is allways the EXACT SAME SIZE as the innerWidth & Height. - test horizontal resize ONLY: EXPECT: PASS - test vertical resize ONLY: EXPECT: PASS - test diagonal resize: EXPECT: FAIL - INCONSISTENT, JITTERS SCROLLBARS ON AND OFF. Can you please log this as a priority, as I dont really want to code a workaround if it is confirmed to be a bug. thanks.