Ticket #133 (new defect)

Opened 13 months ago

Accessibility issues with WineBottler

Reported by: oriol Owned by: mike
Priority: major Milestone: 1.3
Component: WineBottler misc Version: 1.2
Keywords: accessibility Cc:

Description

How to Reproduce

While doing a POST operation on /register, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'__FORM_TOKEN': u'465eb30c7df8248d21d84ac6',
 'action': u'create',
 'email': u'ogomez.s92@gmail.com',
 'name': u'Oriol',
 'password': u'4nar6is',
 'password_confirm': u'4nar6is',
 'user': u'oriol'}

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 SearchToolbar/1.2

System Information

Python Traceback

Traceback (most recent call last):
  File "build/bdist.linux-i686/egg/trac/web/main.py", line 513, in _dispatch_request
    dispatcher.dispatch(req)
  File "build/bdist.linux-i686/egg/trac/web/main.py", line 235, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 348, in process_request
    _create_user(req, self.env)
  File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 70, in _create_user
    mgr.set_password(user, password)
  File "build/bdist.linux-i686/egg/acct_mgr/api.py", line 144, in set_password
    self._notify('created', user, password)
  File "build/bdist.linux-i686/egg/acct_mgr/api.py", line 253, in _notify
    getattr(l, func)(*args)
  File "build/bdist.linux-i686/egg/acct_mgr/notification.py", line 41, in user_created
    notifier.notify(username, 'New user registration')
  File "build/bdist.linux-i686/egg/acct_mgr/notification.py", line 90, in notify
    NotifyEmail.notify(self, username, subject)
  File "build/bdist.linux-i686/egg/trac/notification.py", line 324, in notify
    Notify.notify(self, resid)
  File "build/bdist.linux-i686/egg/trac/notification.py", line 226, in notify
    self.send(torcpts, ccrcpts)
  File "build/bdist.linux-i686/egg/acct_mgr/notification.py", line 165, in send
    msgtext)
  File "build/bdist.linux-i686/egg/trac/notification.py", line 119, in send_email
    self.email_sender.send(from_addr, recipients, message)
  File "build/bdist.linux-i686/egg/trac/notification.py", line 161, in send
    self.smtp_password.encode('utf-8'))
  File "/usr/lib/python2.5/smtplib.py", line 591, in login
    raise SMTPAuthenticationError(code, resp)
SMTPAuthenticationError: (535, '5.7.1 Username and Password not accepted. Learn more at\n5.7.1 http://mail.google.com/support/bin/answer.py?answer=14257 z50sm1433238weq.23')

Dear sir,

I am a blind mac user using VoiceOver? for the mac. I have been trying to use WineBottler for some time now, but it seems as though I cannot access some of it's settings. I am able to create a prefix, but I'm unable to interact with any of the panes for changing it's settings, setting it's program directory, nor the toolbar. It seems that you are using some custom controls that VoiceOver? cannot recognize. I'd be really grateful if you could try and fix those.

Yours sincerely, Oriol Gómez.

Note: See TracTickets for help on using tickets.