Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.3.0 RC1
-
None
-
Ubuntu 14.10 with Qt 5.3.0 RC1 (https://launchpad.net/~canonical-qt5-edgers/+archive/qt5-beta2) packages on armhf
Description
The split() method used in QML terminates when a regular expression is used as separator and the split is expected to be successful.
Example
function split_text() {
var text_to_split = 'May the 4th be with U';
return text_to_split.split(/\s/g);
}
[...]
Button {
onClicked:
Attachments
Issue Links
- is replaced by
-
QTBUG-39289 Regression: JavaScript Crash on ARM, release build only.
-
- Closed
-