Skip to content

[CLOSED] Fix for CodeHint Description CSS Issue #12008

@core-ai-bot

Description

@core-ai-bot

Issue by shubhsnov
Thursday Apr 25, 2019 at 13:35 GMT
Originally opened as adobe/brackets#14728


To calculate the offset for the code hint description I was using a dummy div earlier. This was causing the parent element (anchor for the codehint menu) to inherit the height of the dummy div and overlap with certain area of the editor outside of the codehint list. Due to this we were not able to put cursor on the overlapped area.

Solution: Fixing this issue by using a modified approach which doesn't require a dummy div. Instead, we rely on absolute positioning and adjust the top margin on the description box according to codehint menu height.

ping@swmitra@narayani28@niteskum for review.


shubhsnov included the following code: https://github.com/adobe/brackets/pull/14728/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