"Next" button jumps out of place

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
SSchimkat
Veteran Member
Posts: 31
Joined: 2018-01-04 18:49

"Next" button jumps out of place

Post by SSchimkat » 2018-07-18 10:57

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

SSchimkat
Veteran Member
Posts: 31
Joined: 2018-01-04 18:49

Re: "Next" button jumps out of place

Post by SSchimkat » 2018-08-07 12:39

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>';


User avatar
a.gneady
Site Admin
Posts: 1281
Joined: 2012-09-27 14:46
Contact:

Re: "Next" button jumps out of place

Post by a.gneady » 2018-08-08 13:07

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).
:idea: AppGini plugins to add more power to your apps:
  • DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
  • Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
  • Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.

SSchimkat
Veteran Member
Posts: 31
Joined: 2018-01-04 18:49

Re: "Next" button jumps out of place

Post by SSchimkat » 2018-08-17 08:28

I'm not exactly sure on when i happens .. but it's somewhere around 700+ pixels of window width.

Post Reply