Forum Discussion
FlavioMeneses
Advocate II
5 years agoBug in default date picker window (browser)
Hi, Whenever I use the calendar pop-up window in the browser to search through months, the arrows keep moving around depending on the number of weeks, which is frustrating. This is an example: ...
FlavioMeneses
Advocate II
5 years agoThanks for the reply ibarrau. In the same browser (Chrome) I have reports that behave correctly and others that show the problem above. I can't really spot a pattern, hence why I thought it could be a bug?
Here's the HTML for the date picker in both scenarios, differences in red.
Works fine:
<div id="ui-datepicker-div" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all themeableElement"
prevent-focus-loss="false" style="position: absolute; top: 262.328px; left: auto; z-index: 2; display: block; transform: scale(0.987501); transform-origin: right top; right: 260.963px;">
Doesn't work:
<div id="ui-datepicker-div" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all themeableElement"
prevent-focus-loss="false" style="position: absolute; top: auto; left: 340.454px; z-index: 2; display: block; transform: scale(0.995312); transform-origin: left bottom; bottom: 136.739px;">
Cheers,
Flavio