touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #27019
[Bug 1381891] [NEW] Setting invalid widget attribute does not raise exception
Public bug reported:
Suppose I do:
PreviewWidget desc("summary_col", "text");
desc.add_attribute_value("test", Variant("This is the text for the widget"));
Did you spot the error? The attribute being set is "test", but it should
be "text". There is no indication that I'm doing something impossible,
and I'm left scratching my head why nothing renders.
It might be better to raise InvalidArgumentException here?
** Affects: unity-scopes-api (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1381891
Title:
Setting invalid widget attribute does not raise exception
Status in “unity-scopes-api” package in Ubuntu:
New
Bug description:
Suppose I do:
PreviewWidget desc("summary_col", "text");
desc.add_attribute_value("test", Variant("This is the text for the widget"));
Did you spot the error? The attribute being set is "test", but it
should be "text". There is no indication that I'm doing something
impossible, and I'm left scratching my head why nothing renders.
It might be better to raise InvalidArgumentException here?
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1381891/+subscriptions
Follow ups
References