brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] JS Code Hints parameter tips hidden beneath non-native menu bar #9109

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by tnRaro Friday Dec 26, 2014 at 23:01 GMT Originally opened as https://github.com/adobe/brackets/issues/10281


2014-12-27 07 58 52

Please fix this.

core-ai-bot commented 3 years ago

Comment by RaymondLim Saturday Dec 27, 2014 at 03:40 GMT


@tnRaro What you're seeing is parameter hinting, not a bug. removeAttributeNode() take one argument of Attribute type. You can see the same parameter hinting in Tern demo page.

core-ai-bot commented 3 years ago

Comment by redmunds Saturday Dec 27, 2014 at 15:47 GMT


@RaymondLim I think the complaint is that the top of the hint list is truncated, so list should be displayed below the code in this case.

core-ai-bot commented 3 years ago

Comment by tnRaro Saturday Dec 27, 2014 at 17:57 GMT


@RaymondLim Oh, It means like@redmunds

core-ai-bot commented 3 years ago

Comment by RaymondLim Saturday Dec 27, 2014 at 18:03 GMT


@tnRaro Sorry that I misunderstood. Yes, you said it in the title.

core-ai-bot commented 3 years ago

Comment by peterflynn Saturday Jan 03, 2015 at 23:41 GMT


This only occurs with the HTML menu bar. Looks like a bug in ParamterHintManager -- it's using charCoords() which returns page-global coords, and then positionHint() is only checking for top < 0. It needs to check against the page-global top of the CodeMirror instance instead.

core-ai-bot commented 3 years ago

Comment by zaggino Saturday Aug 27, 2016 at 13:41 GMT


Now fixed in master: image

core-ai-bot commented 3 years ago

Comment by zaggino Saturday Aug 27, 2016 at 13:45 GMT


My bad, didn't notice linux only, will check it there...

core-ai-bot commented 3 years ago

Comment by zaggino Sunday Aug 28, 2016 at 02:08 GMT


Confirmed fixed in latest Linux too.