[haiku-bugs] Re: [Haiku] #16488: Icon-O-Matic Properties Input Field entries out of scope

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Tue, 18 Aug 2020 17:08:23 -0000

#16488: Icon-O-Matic Properties Input Field entries out of scope
---------------------------------+--------------------------
  Reporter:  roiredxsoto         |      Owner:  jscipione
      Type:  bug                 |     Status:  assigned
  Priority:  normal              |  Milestone:  Unscheduled
 Component:  Kits/Interface Kit  |    Version:  R1/beta2
Resolution:                      |   Keywords:  Icon-O-Matic
Blocked By:                      |   Blocking:
  Platform:  All                 |
---------------------------------+--------------------------
Comment (by jscipione):

 The idea is that the insets get applied 1x insetting the text rect away
 from the view bounds. The offending code in Icon-O-Matic is to make the
 text rect wider as you type, which is something we are now doing in
 BTextView. Note that it doesn’t make the BTextView box any bigger, just
 the text rect inside so you have to scroll left/right to see all of the
 text in the text view bounds. I’m not trying to address the usability of
 the BTextView width here in different languages, I only want to fix the
 bug that is causing the text not to be displayed in the box correctly.

 We don’t need this workaround in Icon-O-Matic anymore, and getting rid of
 it fixes the bug, but I still have a larger problem on my hands here
 because it seems like what Icon-O-Matic is doing ought to be allowed. The
 problem is we are applying the default insets to the text rect every time
 SetTextRect() is called.
-- 
Ticket URL: <https://dev.haiku-os.org/ticket/16488#comment:7>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: