eclipsesource / tabris

Tabris for Eclipse RAP
https://eclipsesource.com/products/tabris
53 stars 18 forks source link

Ampersand not displayed on iOS #387

Closed evolanakis closed 9 years ago

evolanakis commented 9 years ago

Button b = new Button(parent, SWT.PUSH); b.setText("Foo && Bar"); // result: "Foo Bar", expected: "Foo & Bar"

jordiboehme commented 9 years ago

I can't reproduce the problem. I created a couple of tests to check this use case - and they are green: