cancel
Showing results for 
Search instead for 
Did you mean: 

Web IDE Bug: Code Editor Closes XML Tag Abruptly during Binding Definition

boghyon
Product and Topic Expert
Product and Topic Expert
0 Kudos

Web IDE version: 171123 (Multi-cloud)

Steps to reproduce:

  1. Create a UI5 project with an XMLView in it
  2. In the XML file, define an arbitrary element.
  3. In that element, define a property with complex binding syntax that has a model name.
  4. End up having a closed XML tag right after the model name and ">" character inside the binding definition:
<Something bla="{
  path: 'modelName></Something>'
}"></Something>

Any other information?

Screencast: https://photos.app.goo.gl/JgwkrZxTkWS3wYUS2

It's a common scenario for all UI5 application developers. It would be nice if this behavior gets finally fixed.

______________________

Update 2017/11/30: Since Web IDE is relying on the ace editor, I mentioned this behavior in a GitHub issue. One of the maintainers fixed this issue on the same day which can be tested here. It would be nice if Web IDE would update its ace editor plugin as soon as the fix is available.

boghyon
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi elizabeth.gutt, I received notifications that my questions are being updated (one by one). What exactly are being changed, and why? The revision page doesn't tell me either..

Accepted Solutions (1)

Accepted Solutions (1)

boghyon
Product and Topic Expert
Product and Topic Expert
0 Kudos

The fix is now publicly available in the ace editor as of version 1.3.0 which can be tested here.

When Web IDE updates its ace plugin, the fix should be available there too. You can see the currently used ace version by entering `ace.version` in the browser console.

Answers (0)