GNOME Bugzilla – Bug 312189
Unable to get text properties of HTML contents through at-spi - Evolution compose window
Last modified: 2005-08-17 01:57:38 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
Created attachment 50165 [details] [review] Here is the patch for this bug.
Created attachment 50214 [details] [review] Here is the new patch for this bug.
Patch looks good.
Fixed in CVS Head. We could mark this bug as Resolved Fixed now.
Thanks Mengjie.
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.
Created attachment 50499 [details] [review] This is the src part of the new patch.
Created attachment 50500 [details] [review] This is the a11y part of the new patch.
The changes are fine. Needs release team's approval for commit.
Fixed in CVS. Thanks Kaushal Kumar.