Ticket #90 (closed defect: fixed)

Opened 4 years ago

Last modified 12 months ago

Can not resize speech dictionary input window

Reported by: katsutoshi Owned by: mdcurran
Priority: minor Milestone: 2011.1
Component: GUI Version: development
Keywords: speechdictionary, windowsize Cc: vegpuff@gmail.com
Operating system: Blocked by:
Blocking:

Description

It is hard for sight users to add or modify speech dictionary. Because, it is not possible to resize input window of speech dictionaries.

  1. Press NVDA+N to open NVDA menu.
  2. Goto Preferences -> Speech Dictionary submenu.
  3. Chuse 1 of the dictionaries from menu to open dialog for add or modify entries.

With speech output, we can work with this dialog but, it is to small for sighted users to work with this dialog.

Change History

comment:1 Changed 3 years ago by jteh

  • Component changed from User dictionaries to GUI

comment:2 Changed 3 years ago by Bernd

  • Type changed from defect to task
  • Milestone changed from 0.6 to 0.7

How can I make the window and the List bigger at all? How are the strings named?

comment:3 Changed 3 years ago by jteh

  • Type changed from task to defect
  • Milestone changed from 0.7 to 0.6

This is a defect. It should probably be fixed for 0.6 if possible, but we'll let it fall to 0.7 if we can't fix it in time.

From memory, the problem is that the list view control doesn't account for the best fit for the initially displayed columns when determining the size to be used. I think the best approach is probably just to hard code a minimum size for the list view, as annoying as that is.

comment:4 Changed 3 years ago by Bernd

The Elements list shoulb be bigger in size, too.

Is it maybe possible to have the Windows maximized?

comment:5 Changed 3 years ago by vegpuff

  • Cc vegpuff@gmail.com added

comment:6 Changed 2 years ago by jteh

  • Milestone 2009.1 deleted

comment:7 Changed 12 months ago by mdcurran

  • Status changed from new to closed
  • Resolution set to fixed

From what I can tell using displayModel, this is fixed in changest:main,4062. The list is now much larger, and all the columns are viewable, even though if text in one column is too long it will still be truncated. I don't see a need to be able to resize this list by the user, as now the list should be big enough anyway. Please reopen if there is still a sizing issue with the list.

comment:8 Changed 12 months ago by jteh

  • Milestone set to 2011.1
Note: See TracTickets for help on using tickets.