User tests: Successful: Unsuccessful:
Pull Request for Issue # .
Removes the sticky JS for the toolbar. Use native display sticky instead. The advantage is less/simpler code. The downside is the toolbar no longer sticks on browsers that dont support it (IE11).
Apply PR and check toolbar displays and sticks correctly.
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration Templates (admin) JavaScript |
| Labels |
Added:
?
|
||
Remove?
$offset = 20;
if ($displayHeader || !$statusFixed)
{
$offset = 30;
}
I have tested this item
Browser: Firefox
Looks like working here whatever the number of items per page.
Firefox Macintosh
Thank you. Should be resolved with the latest commit.
I have tested this item
I have tested this item
| Status | Pending | ⇒ | Ready to Commit |
RTC
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-10-02 16:11:10 |
| Closed_By | ⇒ | mbabker | |
| Labels |
Added:
?
|
||
Besides not being sticky, there are some display issues on IE11:
