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 551770 - cannot get GtkCellRenderer infor within row of table cell.
cannot get GtkCellRenderer infor within row of table cell.
Status: RESOLVED NOTABUG
Product: LDTP
Classification: Other
Component: ldtp
1.3.0
Other Windows
: Normal normal
: ---
Assigned To: LDTP maintainers
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2008-09-11 08:11 UTC by lavi
Modified: 2008-09-26 04:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The application for having this listcell (8.92 KB, application/x-compressed-tar)
2008-09-16 03:01 UTC, lavi
Details

Description lavi 2008-09-11 08:11:53 UTC
Setup To Reproduce:

Try to access one application have a table cell (tree view), one of clumn contains a custom object, such as has 2 GtkCellRanders,  one is text, one if an icon. Ldtp cannot get the text from that...

Hi Nags,

This is the case I sent the our application(calendar)'s picture to you days ago.
Comment 1 lavi 2008-09-16 03:01:06 UTC
Created attachment 118805 [details]
The application for having this listcell

Hi Nags,

I just have wroten done with this kind of app, you can you there are 2 lines in ONE column.

Thanks,

Lavi.
Comment 2 Nagappan Alagappan 2008-09-17 22:10:03 UTC
Hi Lavi,

I noticed that Accessible_Text state was not set for the table cell. This is required to get the text contents of the table cell. Can this property be added to all the table cell, then you can access the contents of it :) and this is not LDTP bug. Feel free to reopen, if required :)
Comment 3 lavi 2008-09-26 04:38:58 UTC
yes, it's true. Accessible_Text should be added to cell value first...

tnx,

Lavi.