-
Notifications
You must be signed in to change notification settings - Fork 0
Description
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