#8776 closed defect (fixed)
robot debug console partially off screen and has unnecessary scrollbars
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | TestFramework | Version: | 1.3.0b2 |
Keywords: | Cc: | bill | |
Blocked By: | Blocking: |
Attachments (3)
Change History (9)
Changed 13 years ago by
Attachment: | robotconsole.jpg added |
---|
Changed 13 years ago by
Attachment: | newrobotconsole.jpg added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Milestone: | 1.3 → 1.4 |
---|
Deferring since nothing is broken - just looks better.
comment:3 Changed 13 years ago by
Maybe we should check this in now... IE8 is broken due to the mouseMoveAt() problem, in #8956.
This doesn't fix safari 3.2 mac (it still has the same problem shown in the screenshots above) but at least it fixes IE8, plus safari 4 (beta) / win is working too. Didn't try other browsers (except for FF, which has the real firebug for logging, so that doesn't count).
comment:4 Changed 13 years ago by
Milestone: | 1.4 → 1.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:5 Changed 10 years ago by
This change seems to cause a spurious viewport resize event because after the iframe finishes loading, it does:
var emptyStyle = { overflow: dojo.isWebKit? 'hidden' : 'visible', margin: '0px', borderWidth: '0px', height: '100%', width: '100%' }; dojo.style(document.documentElement, emptyStyle);
On Textarea.html (the robot test file), the viewport size is reduced from by a width of 17px (the width of the scrollbar).
Version 0, edited 10 years ago
by
(next)
comment:6 Changed 10 years ago by
Component: | Core → TestFramework |
---|
Note: See
TracTickets for help on using
tickets.
after patch