Bug #665
openAlert boxes in AOZ Viewer do not wrap and/or scroll text properly.
0%
Description
The alert boxes work fine when running in Browser, but not in AOZ Viewer.
The box should grow to fit text and/or allow text to scroll.
See attachment.
(Indirectly related to bug #662. Aside from the AOZ style, alert boxes should function as they do in a web browser.)
Files
Updated by Brian Flanagan almost 4 years ago
- File Chrome_Alert_Scrolls.png Chrome_Alert_Scrolls.png added
The alert in the snapshot was displayed by calling:
{ alert(Object.getOwnPropertyNames(aoz).toString()); }
Updated by Brian Flanagan almost 4 years ago
I'd recommend wrapping on space, comma, or dash (similar to how a text editor or word processor wraps).
(Perhaps on ; as well?)
Updated by Brian Flanagan almost 4 years ago
- File Long_Text_Fail.png Long_Text_Fail.png added
Apparently, the alerts DO already wrap on spaces only, however, if the text is too long, they'll overflow vertically instead of scrolling and/or resizing the box. (See attachment)
Updated by Brian Flanagan over 3 years ago
- Assignee set to Baptiste Bideaux
Updated by Brian Flanagan over 3 years ago
- Affected version changed from 1.0.0 (B3) to 1.0.0 (B4)
Updated by Brian Flanagan over 3 years ago
- Status changed from New to Resolved
Re-tested in 1.0.0 (B5). WORKING! :-)
Updated by Brian Flanagan over 3 years ago
- Status changed from Resolved to Feedback
- Priority changed from Normal to High
Now it's even worse. The alert box fails entirely when in AOZ mode.
(It works fine in the web browser.)
{ alert(Object.getOwnPropertyNames(this)); }
Updated by Brian Flanagan about 3 years ago
- Status changed from Feedback to Resolved
- Target version set to 1.0.0 (B10) u16
Re-tested in 1.0.0 (B10) u16
Works!