orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
40 stars 3 forks source link

Orchard "Try Orc" code editor drag-to-resize broken #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to the "Try Orc" page.
2. Drag the gray bar (containing the "run" button) vertically.

What is the expected output? What do you see instead?
Observe that the code area (above the bar) and the output area (below the bar) 
do not resize 
together, and that odd sets of scroll bars are sometimes created.

Original issue reported on code.google.com by jthywissen on 9 Mar 2010 at 10:02

GoogleCodeExporter commented 9 years ago
This is a regression -- it worked in 1.0

Likely related to the CodeMirror upgrade we did in 1.1.

Original comment by jthywissen on 9 Mar 2010 at 10:03

GoogleCodeExporter commented 9 years ago
Issue 67 has been merged into this issue.

Original comment by jthywissen on 9 Aug 2010 at 11:11

GoogleCodeExporter commented 9 years ago

Original comment by jthywissen on 9 Sep 2010 at 11:50

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2114.

Original comment by jthywissen on 9 Sep 2010 at 11:53

GoogleCodeExporter commented 9 years ago
FYI: ns-resize is a CSS3 property and some major browsers don't support it yet: 
https://developer.mozilla.org/en/CSS/cursor#Browser_compatibility

s-resize is the best widely-supported substitute in this case.

Original comment by adrianqu...@gmail.com on 10 Sep 2010 at 12:50

GoogleCodeExporter commented 9 years ago
Oops.  Yes, we should stay with CSS 2.1.  Back to s-resize....

Original comment by jthywissen on 10 Sep 2010 at 1:38