Menu

#647 Sort & equals icons misplaced, might event disappear

4.7.0
closed-fixed
nobody
2
2019-01-16
2018-11-30
Jacques M
No

Hi there,
Since I moved from 4.6.3 to 4.7.0 I notices a regression.
When your table content is wide (many columns), a new horizontal scrollbar appears. Fine. But whenever you're not on the top left of the scrollbar, the "down arrow" and "equals sign" (to sort/filter on a specific column) disappears. More specifically, the buttons appear, but far from the column name, which makes it impossible to select it.
Some CSS adjustement, probably.

Regards

I only tested on the currect firefox win 64 version, running adminer 4.7. on a current stable debian on apache, connected to the current mariadb release. But I don't think it's important :)

I put a lower priority, I hope lower number means lower priority, not the opposite.

1 Attachments

Discussion

  • Stoycho Stoychev

    I can confirm this

     
  • Errol

    Errol - 2018-12-11

    Can confirm. I'd suggest the issue is related to the absolute positioning of the span from CSS rule .js .column at line 2 column 1505 of mysql.css.

    If you add relative positioning to the parent th element, it will correct the scope of that absolute positioning. perhaps in the thead th rule at line 2:829? I presume you're dealing with non-minified CSS so my line/column numbers may not be very useful.

     
  • Jakub Vrána

    Jakub Vrána - 2019-01-16
    • status: open --> closed-fixed
     
  • Jakub Vrána

    Jakub Vrána - 2019-01-16

    I've removed .scrollable { overflow-x: auto; } from the CSS.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.