After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 514165 - Hyperlinks sorted using Data->Sort do not sort properly
Hyperlinks sorted using Data->Sort do not sort properly
Status: RESOLVED DUPLICATE of bug 303408
Product: Gnumeric
Classification: Applications
Component: General
1.7.x
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2008-02-03 21:34 UTC by Ignas Mikalajunas
Modified: 2008-02-04 00:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ignas Mikalajunas 2008-02-03 21:34:41 UTC
1. Add a sheet.
2. add 4 cells:

  aaa
  bbb
  ddd
  ccc

3. Add a hyperlink to evry cell, like:

  aaa points to "a"
  bbb points to "b"
  ddd points to "d"
  ccc points to "c"

4. Select the column.
5. Sort.

Result:

ddd now points to "c"
ccc now points to "d"

(names were sorted, hyperlinks assigned to cells stayed in place)

Expected:

Links sort together with values.
Comment 1 Andreas J. Guelzow 2008-02-04 00:43:46 UTC
Whether links stay with the values or with the cell is determined by the "sorting preserves format" checkbox. You can specify this in the sort dialog, or set the default in teh preference dialog.

THere should be a related bug with respect to the fact that more fine grained control over what remains with the cell and what should move with the values.
Comment 2 Andreas J. Guelzow 2008-02-04 00:54:05 UTC

*** This bug has been marked as a duplicate of 303408 ***