phpmyadmin/phpmyadmin

Extra table header cell incorrectly added

Open

#17,869 创建于 2022年11月4日

在 GitHub 查看
 (7 评论) (2 反应) (0 负责人)PHP (6,886 star) (3,454 fork)batch import
BugUIaffects/5.2affects/6.0confirmed/5.2confirmed/6.0good first issue

描述

Describe the bug

View any database table in Browse mode. On the right of the header row there is an extra cell. It's only on the header, not the table body. Image:

Screenshot 2022-11-04 at 13 45 38

In the HTML it's an extra td element like this:

    <td class="d-print-none"><span></span></td>

It doesn't happen on the demo server, but the theming is slightly different on there (in 5.2 it's paler).

Server configuration

  • Operating system: Ubuntu
  • Web server: nginx
  • Database version: 8.0.29-0ubuntu0.20.04.3
  • PHP version: 7.4.3
  • phpMyAdmin version: 5.2.0

Client configuration

  • Browser: Chrome/Firefox
  • Operating system: macOS

贡献者指南