Opened 3 years ago

Closed 3 years ago

#2239 closed defect (fixed)

Select columns in the dialog for adding members to an item list is not working properly

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 3.18
Component: web Version:
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

  1. Go to the dialog for adding members to an item list: "Item list -> Members -> Add" dialog
  2. Right-click somewhere on the row with column titles.

Normally, a menu is displayed with a list of all possible columns. In the popup it is possible to select which columns that are visible or hidden.

However, in this dialog the menu is not displayed correctly. It is positioned to the far left edge (it is expected to be positioned near the current mouse position), the background is transparent and it is partly hidden behind some elements.

The workaround is to use the "Columns..." button which opens a new window.

Attachments (1)

ticket-2239.png (18.6 KB ) - added by Nicklas Nordborg 3 years ago.

Download all attachments as: .zip

Change History (3)

by Nicklas Nordborg, 3 years ago

Attachment: ticket-2239.png added

comment:1 by Nicklas Nordborg, 3 years ago

Description: modified (diff)

comment:2 by Nicklas Nordborg, 3 years ago

Resolution: fixed
Status: newclosed

In 7902:

Fixes #2239: Select columns in the dialog for adding members to an item list is not working properly

The problem was that menu.js and menu.css was not included on the page due to setting the page-type to "iframe". Updated the <head> taglib so that menu functionality is included on all page types except "include" (which should already have them).

Note: See TracTickets for help on using tickets.