Ticket #350 (new defect)
Nokia PC Suite application reads random HTML bits
| Reported by: | timeless | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Core | Version: | development |
| Keywords: | Cc: | ||
| Operating system: | Blocked by: | ||
| Blocking: | #349 |
Description
see 349 for preconditions
- Run Nokia PC Suite
- press <tab> twice
It will start reading an entire html document as source (quite disturbing)
- Help>About Nokia PC Suite...
When the About dialog opens, it will read HTML tags between the first and second paragraph.
Attachments
Change History
comment:1 Changed 3 years ago by pvagner
I think we have to create a nvdaObject for all the QT4 vidgets. I have added a patch implementing something very basic. HTML tags are stripped from the names and descriptions using regular expressions.
I feel this is a hacky solution plus I am sure regular expressions can be merged or optimized otherwise so I think this needs further review or investigation.


