Skip to content

[CLOSED] Fix issue #2306 (Recent projects close arrow fail to close without mouse move) #2467

@core-ai-bot

Description

@core-ai-bot

Issue by jbalsas
Thursday Jan 17, 2013 at 22:23 GMT
Originally opened as adobe/brackets#2590


This is a possible fix for issue #2306. It changes click to mouseup as the event to close an entry in the list of recent projects.

It seems that jquery click event is not triggered if the mouse is already over the svg element when the old one is removed and the new one rendered, but mouseup is.

I'd say it has something to do with the lack of mouseenter, but I haven't been able to replicate it anywhere else outside this.


jbalsas included the following code: https://github.com/adobe/brackets/pull/2590/commits

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions