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 740439 - wrap atk_editable_text_set_run_attributes ()
wrap atk_editable_text_set_run_attributes ()
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
0.33.x
Other Linux
: Normal normal
: ---
Assigned To: Magdalen Berns (irc magpie)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-11-20 15:43 UTC by Magdalen Berns (irc magpie)
Modified: 2020-11-23 23:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Wrapper: Create setRunAttributes in AtkEditableText (1.36 KB, patch)
2015-07-14 22:04 UTC, Magdalen Berns (irc magpie)
committed Details | Review
JNI: Create jaw_editable_text_set_run_attributes (3.51 KB, patch)
2015-07-14 22:05 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2014-11-20 15:43:01 UTC
jaweditabletext.c should be implementing a wrapper function for atk_editable_text_set_run_attributes() to correspond with current API

https://developer.gnome.org/atk/unstable/AtkEditableText.html
Comment 1 André Klapper 2015-02-27 16:56:07 UTC
[Moving at-spi/java-atk-wrapper bugs to separate product. See bug 740075]
Comment 2 Magdalen Berns (irc magpie) 2015-07-13 14:52:52 UTC
Relevant function pointer: https://git.gnome.org/browse/atk/tree/atk/atkeditabletext.h#n52

The corresponding JAAPI AtkEditableText function which should be called: http://docs.oracle.com/javase/8/docs/api/javax/accessibility/AccessibleEditableText.html#setAttributes-int-int-javax.swing.text.AttributeSet-
Comment 3 Magdalen Berns (irc magpie) 2015-07-14 22:04:45 UTC
Created attachment 307437 [details] [review]
Wrapper: Create setRunAttributes in AtkEditableText
Comment 4 Magdalen Berns (irc magpie) 2015-07-14 22:05:46 UTC
Created attachment 307438 [details] [review]
JNI: Create jaw_editable_text_set_run_attributes
Comment 5 Samuel Thibault 2020-11-23 23:46:28 UTC
This was commited