Page MenuHomePhabricator

Fix category headers for pages that begin with numbers
Closed, ResolvedPublic5 Estimated Story Points

Description

There is a bug where pages that start with numbers end up getting put under headers on the category pages that consist of weird Unicode characters, rather than the appropriate number. I don't have an example of this offhand, but it is mentioned at T8948#1919137. I think this only happens under ICU collation, but need to verify.

Related Objects

StatusSubtypeAssignedTask
OpenNone
OpenFeatureNone
Resolvedtomasz
Resolvedhashar
Resolvedhashar
ResolvedJoe
ResolvedLegoktm
Declined demon
ResolvedJoe
ResolvedReedy
ResolvedNone
ResolvedNone
ResolvedJoe
ResolvedNone
Resolvedkaldari
Resolvedkaldari
ResolvedNone
Resolvedkaldari
ResolvedJohan
ResolvedJoe
ResolvedJoe
ResolvedJoe
ResolvedJoe
Resolvedtstarling
ResolvedJoe
Resolvedkaldari
Resolvedjcrespo
ResolvedVolans
ResolvedPRODUCTION ERRORaaron
InvalidNone
ResolvedNiharika
ResolvedJohan
DuplicateNone
OpenNone
Resolvedkaldari

Event Timeline

@Bawolff: Could you provide some more details about this bug?

DannyH triaged this task as Medium priority.Mar 1 2016, 6:17 PM
DannyH set the point value for this task to 5.
DannyH moved this task from Needs Discussion to Up Next (June 3-21) on the Community-Tech board.

It would be for icu collation modified to use numeric sorting. It might depend on version of libicu. Im more assuming it happens. Havent really tested

It would be caused by a mismatch in the logic of firstLetterHeader over how numbers sort at a primary strength.

Since we don't have a reliable way to reproduce this at the moment, I'm going to switch the blocking order.

kaldari claimed this task.

Seems to be resolved.