After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 695353 - control mode is broken
control mode is broken
Status: RESOLVED FIXED
Product: dasher
Classification: Applications
Component: core
unspecified
Other Linux
: Normal blocker
: ---
Assigned To: Patrick Welche
dasher-maint
Depends on:
Blocks:
 
 
Reported: 2013-03-07 12:33 UTC by Patrick Welche
Modified: 2013-03-15 12:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Patrick Welche 2013-03-07 12:33:20 UTC
Blocker as it makes using speech very hard.

Bisect traces breakage to
https://git.gnome.org/browse/dasher/commit/?id=51647cd642a9ce5a2bfb545b96a8e3eafd404ef9

The control.xml is successfully parsed.

iExpect != pNode->GetChildren().size() fires at
https://git.gnome.org/browse/dasher/tree/Src/DasherCore/DasherModel.cpp?id=51647cd642a9ce5a2bfb545b96a8e3eafd404ef9#n443
Comment 1 Patrick Welche 2013-03-15 12:34:42 UTC
Should be fixed by

https://git.gnome.org/browse/dasher/commit/?id=abfb9798cbd023286235390fa4a0fe2e399d6dbe

Thanks to Norbert Schmidt for the report and Alan Lawrence for the fix.