Quicklist item using some special chars doesn't show at all
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Unity |
Fix Released
|
Medium
|
Marco Trevisan (Treviño) | |
| unity (Ubuntu) |
Medium
|
Marco Trevisan (Treviño) |
Bug Description
Quicklist items containing special chars like "&" or "<" aren't shown, and they are simply added as blank menu items.
This issue is easily testable using both libunity (with an example program like this one http://
See attached screenshot for more info.
Related branches
- Mirco Müller (community): Approve on 2011-12-09
- Tim Penhey (community): Approve on 2011-12-08
-
Diff: 595 lines (+166/-151)12 files modifiedplugins/unityshell/src/BFBLauncherIcon.cpp (+2/-4)
plugins/unityshell/src/BamfLauncherIcon.cpp (+8/-4)
plugins/unityshell/src/LauncherIcon.cpp (+8/-8)
plugins/unityshell/src/QuicklistMenuItem.cpp (+103/-38)
plugins/unityshell/src/QuicklistMenuItem.h (+7/-3)
plugins/unityshell/src/QuicklistMenuItemCheckmark.cpp (+9/-30)
plugins/unityshell/src/QuicklistMenuItemCheckmark.h (+1/-1)
plugins/unityshell/src/QuicklistMenuItemLabel.cpp (+9/-30)
plugins/unityshell/src/QuicklistMenuItemLabel.h (+1/-1)
plugins/unityshell/src/QuicklistMenuItemRadio.cpp (+9/-31)
plugins/unityshell/src/QuicklistMenuItemRadio.h (+1/-1)
tests/unit/TestQuicklistMenuitems.cpp (+8/-0)
Marco Trevisan (Treviño) (3v1n0) wrote : | #1 |
Changed in unity: | |
assignee: | nobody → Marco Trevisan (Treviño) (3v1n0) |
status: | Confirmed → In Progress |
Changed in unity (Ubuntu): | |
status: | New → Confirmed |
Marco Trevisan (Treviño) (3v1n0) wrote : | #2 |
Changed in unity (Ubuntu): | |
assignee: | nobody → Marco Trevisan (Treviño) (3v1n0) |
Changed in unity (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in unity (Ubuntu): | |
importance: | Undecided → Medium |
status: | In Progress → Fix Committed |
Changed in unity: | |
milestone: | none → 5.0.0 |
status: | In Progress → Fix Committed |
Changed in unity: | |
status: | Fix Committed → Fix Released |
Launchpad Janitor (janitor) wrote : | #3 |
This bug was fixed in the package unity - 5.0.0-0ubuntu1
---------------
unity (5.0.0-0ubuntu1) precise; urgency=low
[ Didier Roche ]
* New upstream release.
- compiz crashed with SIGSEGV in __dynamic_cast() (LP: #853038)
- unity-panel-service crashed with SIGSEGV in panel_service_
(LP: #861144)
- unity-panel-service crashed with SIGSEGV in
panel_
- Launcher - Launcher icon for Dash does not highlight when the Alt+F1 key
shortcut is pressed (LP: #849561)
- compiz crashed with SIGSEGV in unity::
(LP: #868868)
- [regression] Compiz: Visible tearing is worse in 11.10 than 11.04, even
when "Sync To VBlank" is enabled, but only when Unity is active.
(LP: #880707)
- [regression] All apps have a lower frame rate under Unity. (LP: #861061)
- compiz crashed with SIGSEGV in
nux:
unity:
- DashSearchBarSp
uninitialised value(s) (LP: #901610)
- quicklist shows in incorrect position when launched from workspace
switcher (LP: #914251)
- Build "show me the desktop" mini-app that adds a show desktop button to
Launcher (LP: #681348)
- Select quicklist items with just one right click (LP: #688830)
- cannot change volume by scrolling on the icon when the SoundMenu is
opened (LP: #722082)
- [a11y] Unity launcher buttons are not Actionable (LP: #772573)
- Ubuntu Start launcher item doesn't start dash with keyboard navigation
(LP: #825037)
- multimonitor , window management - Multi-Monitor Maximized Difficulty
(LP: #843958)
- [regression] Drag and drop inside dash is very slow with Active Blur
activated (LP: #851172)
- Activating an alt-tab icon that holds initially unminimized windows
should unminimize all windows (LP: #854595)
- Dash - The Dash category headers are positioned incorrectly
(LP: #839467)
- Missing global menu with a semi-maximized window dragged to the right.
(LP: #861279)
- Launcher - Dragging and dropping a running application in to the Trash
should quit the application and (if the app is pinned to the Launcher)
un-pin the application from the Launcher (LP: #870143)
- top bar, integrated menu - when a application is first launched, the
integrated menu should be displayed for 2 seconds before fading out of
view (LP: #874254)
- Window control buttons are not shown when an indicator is opened and the
pointer is over the top-left corner (LP: #890970)
- Quicklist item using some special chars doesn't show at all
(LP: #899677)
- PanelView.cpp:370: Conditional jump or move depends on uninitialised
value(s) (LP: #901602)
- unityshell.
uninitialised value(s) (LP: #901603)
- Dash Search spinner sometimes doesn't spin at all (LP: #903090)
- Point of tooltip is misaligned to focused ap...
Changed in unity (Ubuntu): | |
status: | Fix Committed → Fix Released |
Also, if a quicklist uses markup like: property_ set (Dbusmenu. MENUITEM_ PROP_LABEL, "<b>QL Item</b>");
- ql_item.
It gets bold. I'm pretti sure this is not wanted.