[haiku-bugs] Re: [Haiku] #10410: WebPositive: Javascript console

  • From: "pulkomandy" <trac@xxxxxxxxxxxx>
  • Date: Mon, 17 Mar 2014 10:25:57 -0000

#10410: WebPositive: Javascript console
----------------------------------------+----------------------------
   Reporter:  pulkomandy                |      Owner:  pulkomandy
       Type:  enhancement               |     Status:  new
   Priority:  low                       |  Milestone:  Unscheduled
  Component:  Applications/WebPositive  |    Version:  R1/Development
 Resolution:                            |   Keywords:  gsoc2014
 Blocked By:                            |   Blocking:
Has a Patch:  1                         |   Platform:  All
----------------------------------------+----------------------------
Changes (by pulkomandy):

 * keywords:   => gsoc2014


Comment:

 There is at least one problem with this:
 * Open the script console
 * Close it
 * Try to open it again

 When closing a window, the C++ object is automatically deleted. So,
 opening it again won't work. You can see the code in
 SettingsWindow::QuitRequested() to avoid this problem: the window is
 hidden, instead of destroyed.

 I think the window could also be further improved:
 * A "clear" button would be useful
 * The list view could have a 5 pixel margin between it and the window
 border
 * The horizontal scrollbar should be disabled if there is no need for it

--
Ticket URL: <https://dev.haiku-os.org/ticket/10410#comment:4>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: