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 477763 - Incorrect registration of the "start-index" property for AtkHyperlink
Incorrect registration of the "start-index" property for AtkHyperlink
Status: RESOLVED FIXED
Product: atk
Classification: Platform
Component: atk
1.9.x
Other Linux
: Normal normal
: ---
Assigned To: Li Yuan
Li Yuan
Depends on:
Blocks:
 
 
Reported: 2007-09-17 13:41 UTC by Andrey Tsyvarev
Modified: 2007-09-24 04:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (729 bytes, patch)
2007-09-18 06:46 UTC, Li Yuan
committed Details | Review

Description Andrey Tsyvarev 2007-09-17 13:41:15 UTC
The "start-index" property of AtkHyperlink is not registered correctly: PROP_END_INDEX identifier is used instead of PROP_START_INDEX. So if one tries to get the value of the property, the value of the "end-index" property will be returned instead.

The detailed bug description can be found at: 

http://linuxtesting.org/results/report?num=S0572
Comment 1 Li Yuan 2007-09-18 06:46:24 UTC
Created attachment 95777 [details] [review]
patch