Project

General

Profile

Actions

Bug #2354

closed
KD

WComboBox item grouping with LevelRole broken for unicode group names

Bug #2354: WComboBox item grouping with LevelRole broken for unicode group names

Added by Anonymous almost 13 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Korneel Dumon
Target version:
Start date:
10/23/2013
Due date:
% Done:

0%

Estimated time:

Description

WComboBox item grouping with LevelRole broken for Unicode group names.
If an identical unicode group name is assigned for a number of items, a new group header is added for each item.

Problem seems to be caused by this line in WComboBox.cpp :

@ if (!currentGroup ||
currentGroup->getProperty(PropertyLabel) != groupname)@

When changed like :

@ if (!currentGroup ||
currentGroup->getProperty(PropertyLabel) != groupname.toUTF8())@

problem seems to be solved.

KD Updated by Koen Deforche almost 13 years ago Actions #1

  • Status changed from New to InProgress
  • Assignee set to Korneel Dumon
  • Target version changed from 3.3.1 to 3.3.2

KD Updated by Korneel Dumon almost 13 years ago Actions #2

  • Status changed from InProgress to Resolved

KD Updated by Koen Deforche over 12 years ago Actions #3

  • Status changed from Resolved to Closed
Actions

Also available in: PDF Atom