Andrej Grlica

Results 3 issues of Andrej Grlica

Since for some time "apex.theme42.toggleWidgets.expandWidget" is deprecated (Thanks Matt Nolan for info). a workaround is added in docs/searchNavMenu.js library ```javascript $('.t-PageBody:not(.js-navExpanded) #t_Button_navControl').click(); ``` Also, like #10 bugfix will be included...

Since function "$f_First_field" is deprecated in Oracle APEX 21.2 a workaround is added in docs/searchNavMenu.js library this part of the code will be removed. This bugfix will be included in...

Problem was because IE has option icon "X" to empty input field. Due to that legacy code bug appears. In order to fix bug you have 2 options : 1....