[Pidgin] #15129: WebKit regressions

Pidgin trac at pidgin.im
Tue Jan 22 19:46:00 EST 2013


#15129: WebKit regressions
------------------------+---------------------------
 Reporter:  tomkiewicz  |       Owner:
     Type:  task        |      Status:  new
Milestone:  3.0.0       |   Component:  pidgin (gtk)
  Version:              |  Resolution:
 Keywords:  webkit      |
------------------------+---------------------------
Changes (by QuLogic):

 * type:  defect => task


Comment:

 Replying to [comment:3 tomkiewicz]:
 > For now, all pointed regressions are fixed, but we got another ones:
 >
 >  * there is no possibility to send just a single image, without text
 (input won't pass it)

 If we can figure out this part:
 {{{
         if (GTK_WEBVIEW(gtkconv->entry)->im_images != NULL)
                 flags |= PURPLE_MESSAGE_IMAGES;
 }}}
 then we should be able to fix the conditional.

 >  * input area have constant size (doesn't extend while typing)

 I have tried several things, but still have no idea how to get the height
 of the content. It's also a bit troublesome for the status entry.

 >  * status description input area is always visible, doesn't hide after
 setting a new status
 >  * there is no possibility to select spell-checked language

 Need to update the plugin for that though, right?

 >
 > Also, my wish-list:
 >  * Inspect Element button is available only for conversation area - not
 other webkit widgets

 It'd be difficult for the plugin to know where all the WebKit widgets are.

 >  * font size in input areas could be smaller and had smaller padding
 It ''should'' use the default font, but WebKit has it's own ideas about
 that.

-- 
Ticket URL: <https://developer.pidgin.im/ticket/15129#comment:5>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list