Open core-ai-bot opened 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.
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.
Comment by RaymondLim Saturday Dec 27, 2014 at 18:03 GMT
@
tnRaro Sorry that I misunderstood. Yes, you said it in the title.
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.
Comment by zaggino Saturday Aug 27, 2016 at 13:45 GMT
My bad, didn't notice linux only, will check it there...
Issue by tnRaro Friday Dec 26, 2014 at 23:01 GMT Originally opened as https://github.com/adobe/brackets/issues/10281
Please fix this.