Closed GoogleCodeExporter closed 9 years ago
Hm, this implies either configurable options (and remembering them via
cookies?) or
detecting screen resolutions. Is the latter possible?
Original comment by codedr...@gmail.com
on 23 Jun 2009 at 12:32
Yes, screen.width and screen.height in JavaScript.
I think it is better to detect window size, though:
window.innerHeight/Width
- provided by most browsers, but importantly, not Internet Explorer
document.body.clientHeight/Width
- provided by many browsers, including Internet Explorer
document.documentElement.clientHeight/Width
- provided by most DOM browsers, including Internet Explorer
(this issue is a very low priority for me ...)
Original comment by rusn...@gmail.com
on 23 Jun 2009 at 1:26
Actually I don't think it makes sense to 'switch' the positions of the bars
either -
the context bar has wide controls (edit boxes) and it would look bad if
positioned
vertically.
Original comment by codedr...@gmail.com
on 23 Jun 2009 at 2:32
I will close as WontFix for now. We should try svg-edit on low resolutions
(800x600,
netbooks have 1024x600) during development. If we decide to optimize for even
lower
resolutions we could reopen the issue, but I don't think it's worth it.
Original comment by rusn...@gmail.com
on 23 Jun 2009 at 2:42
Original issue reported on code.google.com by
rusn...@gmail.com
on 23 Jun 2009 at 8:25