Page 1 of 1

"Next" button jumps out of place

Posted: 2018-07-18 10:57
by SSchimkat
Smaller screen widths is ok:

Image

Larger screen widths got the error:

Image

(don't get confused about images being the same width .. it's due to image resizing)

Regards Søren

Re: "Next" button jumps out of place

Posted: 2018-08-07 12:39
by SSchimkat
Work-a-round:

Code: Select all

diff -Naur www.ORG/datalist.php www/datalist.php
--- www.ORG/datalist.php     2018-08-07 13:32:46.626237867 +0100
+++ www/datalist.php 2018-08-07 13:33:08.429048093 +0100
@@ -1155,7 +1172,7 @@
                                                $this->HTML .= $pagesMenu;
                                        $this->HTML .= '</div>';

-                                       $this->HTML .= '<div class="col-xs-4 col-md-3 col-lg-2 col-md-offset-1 col-lg-offset-3 text-right vspacer-lg">';
+                                       $this->HTML .= '<div class="col-xs-4 col-md-3 col-lg-2 text-right vspacer-lg pull-right">';
                                                $this->HTML .= '<button onClick="'.$resetSelection.' document.myform.NoDV.value=1; return true;" type="submit" name="Next_x" id="Next" value="1" class="btn btn-def$
                                        $this->HTML .= '</div>';
                                $this->HTML .= '</div>';


Re: "Next" button jumps out of place

Posted: 2018-08-08 13:07
by a.gneady
Thanks for sharing the fix. Does this occur at a particular screen resolution? I wasn't able to reproduce it up to full HD (1920 x 1080).

Re: "Next" button jumps out of place

Posted: 2018-08-17 08:28
by SSchimkat
I'm not exactly sure on when i happens .. but it's somewhere around 700+ pixels of window width.