Comment 22 for bug 1352542

Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote :

Hello, we just upgraded from 2.10 to 3.3.4 and this change caused a problem for us. I know that no work on the xul client will be done anymore, so I'm just going to comment here in case anyone else has this issue.

We want all words in call numbers to be on new lines, which was the previous behavior. Including words in the prefix.

So prefix = "BB E"
Call Number ="M"

Used to result in a spine label of
BB
E
M

but with this change results in a spine label of
BB E
M

It looks like it is because the prefix is entered as a whole with a tab separator, unlike before when space was used as the only separator, and then space was used to split into lines.

Copying back the spine_label.js file from the previous version worked to fix this for us.
Josh