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 312189 - Unable to get text properties of HTML contents through at-spi - Evolution compose window
Unable to get text properties of HTML contents through at-spi - Evolution com...
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: Editing
3.7.x
Other Linux
: Normal normal
: 2.5
Assigned To: gtkhtml-maintainers
Evolution QA team
Depends on:
Blocks: 271192
 
 
Reported: 2005-08-01 05:03 UTC by Nagappan Alagappan
Modified: 2005-08-17 01:57 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Here is the patch for this bug. (7.77 KB, patch)
2005-08-03 08:49 UTC, mengjie yu
none Details | Review
Here is the new patch for this bug. (8.33 KB, patch)
2005-08-04 08:51 UTC, mengjie yu
committed Details | Review
This is the src part of the new patch. (2.18 KB, patch)
2005-08-10 07:56 UTC, mengjie yu
none Details | Review
This is the a11y part of the new patch. (1.98 KB, patch)
2005-08-10 07:57 UTC, mengjie yu
none Details | Review

Description Nagappan Alagappan 2005-08-01 05:03:47 UTC
Distribution/Version: SuSE 9.3

1. Compose a mail in HTML mode
2. Check the text properties of compose window by using at-poke

Actual result:
Only text contents are available

Expected result:
Also the text properties should be available
Comment 1 mengjie yu 2005-08-03 08:49:05 UTC
Created attachment 50165 [details] [review]
Here is the patch for this bug.
Comment 2 mengjie yu 2005-08-04 08:51:55 UTC
Created attachment 50214 [details] [review]
Here is the new patch for this bug.
Comment 3 Kaushal Kumar 2005-08-04 09:00:29 UTC
Patch looks good. 
Comment 4 mengjie yu 2005-08-04 09:20:37 UTC
Fixed in CVS Head.

We could mark this bug as Resolved Fixed now.
Comment 5 Kaushal Kumar 2005-08-04 09:29:47 UTC
Thanks Mengjie.
Comment 6 mengjie yu 2005-08-10 07:55:31 UTC
Maintainers,
I have checked my patch and found that some properties of the text can not be
shown. e.g. the color  of the link text, the size and weight of the HEADER text.

I digged into the code carefully and found we could use prepare_attrs to get the
PangoAttrList which contains the full pango information. The pango information
getting directly from the PangoAttrList of htmltext structure is not sufficient
enough actually.

So I made a new patch again.
Comment 7 mengjie yu 2005-08-10 07:56:50 UTC
Created attachment 50499 [details] [review]
This is the src part of the new patch.
Comment 8 mengjie yu 2005-08-10 07:57:24 UTC
Created attachment 50500 [details] [review]
This is the a11y part of the new patch.
Comment 9 Kaushal Kumar 2005-08-16 09:47:22 UTC
The changes are fine. Needs release team's approval for commit.
Comment 10 mengjie yu 2005-08-17 01:57:38 UTC
Fixed in CVS.
Thanks Kaushal Kumar.