Skip to content

In project view, the "unstarted reason" pop-up menu collapses after .5 seconds in Chrome #104

@evildmp

Description

@evildmp
Image

The trigger is https://github.com/canonical/dashboard/blob/main/dashboard/projects/templates/projects/partial_project_detail_objectivestatus.html#L7.

In Safari, when clicking the <select> menu of line 15 in the same file, the menu remains open (correctly).

In Chrome, it unexpectedly remains open only for .5 seconds and then collapses. This is because line 7's

click from:tbody#{{ projectobjective.name|slugify }} div.attributes delay:.5s

appears to match the <select> in Chrome, whereas it should only match the <div class="attributes"> in https://github.com/canonical/dashboard/blob/main/dashboard/projects/templates/projects/partial_project_detail_condition.html.

Metadata

Metadata

Assignees

Labels

application bugA problem with the web application

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions