You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using ace.js v1.2.3 via cdnjs on the Font Playground site (https://sourcefoundry.org/hack/playground.html) and a user reported a matching braces highlighting issue with the following behavior:
selection of a left brace appropriately matches and highlights the closing right brace
selection of a new left brace appropriately highlights the matching right brace but the previously matched / highlighted right brace remains highlighted.
It was reported by a user in sf-web/sf-web.github.io#9 on Ubuntu 14.04 with the Chromium browser and I can verify that it also occurs on OS X 10.10.5 in Firefox 46.0a2 (2016-03-02).
@nightwing Thank you very much for the rapid response Harutyun. I am assuming that this is coming from the side-by-side editor display approach that we are using? We do have two editors implemented on the page.
Is it possible to disable the brace matching feature? The goal here is the display of code + syntax highlighting with the various typefaces, not to edit code.
We are using ace.js v1.2.3 via cdnjs on the Font Playground site (https://sourcefoundry.org/hack/playground.html) and a user reported a matching braces highlighting issue with the following behavior:
It was reported by a user in sf-web/sf-web.github.io#9 on Ubuntu 14.04 with the Chromium browser and I can verify that it also occurs on OS X 10.10.5 in Firefox 46.0a2 (2016-03-02).
Any thoughts?
cc:@jublo
The text was updated successfully, but these errors were encountered: