david-dreyer / bananascrum

Banana Scrum - Rails based Scrum tool
GNU General Public License v2.0
0 stars 2 forks source link

Assigned users drop-down clips users #5

Open david-dreyer opened 8 years ago

david-dreyer commented 8 years ago

Sometimes when using the assigned users drop-down, there will be a "blinds" effect, leaving it very hard to check certain users.

This can be temporarily resolved by performing a force-refresh on the page.

Does not appear to happen in Firefox (Verified in Chrome and Safari)

david-dreyer commented 8 years ago

When dragging a task, even if ultimately left in the same position, this issue occurs.

Inspecting the element shows that the drag leaves a style on the element itself. If you then remove the style, or change the z-index from 0 to 1, the user picker will no longer be clipped.

Style in question that is added: "style="position: relative; opacity: 1; z-index: 0; top: 0px; left: 0px;"