Skip to content

NvDA's Wellcome dialog is not properly sized and centered #2192

@nvaccessAuto

Description

@nvaccessAuto

Reported by ragb on 2012-03-22 17:20
Sighted users have reported some problems with the NVDA wllcome dialg:

  • In some computers it is so big that doesn't feet on the scree (I can not reproduce here, someone said that it is small).
  • The dialog is not centered. My sighted tester says that it is on the left corner.
  • At least in portuguese the StaticLabel text is not wraped, some of the lines don't feet on the window.

For the text wrapping issue one could simply use:

wellcomeLabel.Wrap(self.GetSize().widht)

On the dialog contructor. It seems to work.

However trying

self.Center(wx.BOTH)

Seems not to center the dialog.

I would also sugest to use a read-only text box instead of a static label on this dialgo. This way the text would scroll by itself on user reading. But this is just a thought.
Blocked by #3148

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions