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 270130 - AccessibleText_getCharacterExtents returns wrong values for the characters in the composer pane
AccessibleText_getCharacterExtents returns wrong values for the characters in...
Status: RESOLVED DUPLICATE of bug 270683
Product: GtkHtml
Classification: Other
Component: Editing
unspecified
Other All
: Normal major
: ---
Assigned To: mengjie yu
Evolution QA team
Depends on:
Blocks: 271192
 
 
Reported: 2004-12-02 12:04 UTC by Dana Ormenisan
Modified: 2005-01-27 09:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dana Ormenisan 2004-12-02 12:04:11 UTC
Steps to reproduce the problem:
1. Launch Evolution
2. Go to New -> Mail Message
3. Type some characters in the message composer pan.

Actual Results:
  For every character typed, AccessibleText_getCharacterExtents returns
wrong (0) values. The offset passed to this function is the correct one,
but the returned bounding box containing the the character at this offset
has the same wrong coordinates for every char:
   x = 0
   y = 0
   width = 0
   height = 0

Expected Results:
  The returned values should reflect the correct coordinates of those
characters.

How often does this happen? 
  Always.
Comment 1 Jeffrey Stedfast 2004-12-02 15:49:26 UTC
this is a gtkhtml or atk bug, not an evolution bug
Comment 2 Harry Lu 2004-12-03 02:40:43 UTC
This is a gtkhtml's a11y bug.
Comment 3 Jessie Li 2005-01-13 08:17:34 UTC
How to check if AccessibleText_getCharacterExtents returns correct
values when I type character?

Thanks!
Comment 4 Harry Lu 2005-01-27 09:24:26 UTC

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