#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 12 years ago by
Attachment: | robotconsole.jpg added |
---|
Changed 12 years ago by
Attachment: | newrobotconsole.jpg added |
---|
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Milestone: | 1.3 → 1.4 |
---|
Deferring since nothing is broken - just looks better.
comment:3 Changed 12 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 12 years ago by
Milestone: | 1.4 → 1.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:5 Changed 8 years ago by
I think this is the root cause of the double scrollbar I listed in #15865:
var emptyStyle = { overflow: dojo.isWebKit? 'hidden' : 'visible', margin: '0px', borderWidth: '0px', height: '100%', width: '100%' }; dojo.style(document.documentElement, emptyStyle);
comment:6 Changed 8 years ago by
Component: | Core → TestFramework |
---|
Note: See
TracTickets for help on using
tickets.
after patch