[haiku-bugs] Re: [Haiku] #12890: WebPositive doesn't properly draw HTML buttons.

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Sun, 12 Sep 2021 20:05:56 -0000

#12890: WebPositive doesn't properly draw HTML buttons.
---------------------------------+---------------------------------
  Reporter:  Giova84             |      Owner:  pulkomandy
      Type:  bug                 |     Status:  new
  Priority:  normal              |  Milestone:  Unscheduled
 Component:  Kits/Interface Kit  |    Version:  R1/Development
Resolution:                      |   Keywords:
Blocked By:                      |   Blocking:  15449, 16158, 16754
  Platform:  All                 |
---------------------------------+---------------------------------
Comment (by nephele):

 There was some discussion about irc on this, it seems the Decorator
 implemetnation is indeed incorrect. but I don't think it makes sense to
 draw the rect, and then clip it to rect. The Bview that is passed already
 knows about the clipping region.

 In my testing simply removing the clipping calls (on the decorator site)
 worked fine aswell, this aproach would probably be the better one, since
 app_server already clips acording to the BView anyway?

 In any case, webkit should not pass rect as updaterect but rather pass
 view->Bounds()
-- 
Ticket URL: <https://dev.haiku-os.org/ticket/12890#comment:12>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: