adi2412 / cesium

WebGL virtual globe and map engine
cesiumjs.org
Other
1 stars 0 forks source link

Resizer does not work if code longer than width of code editor #5

Open adi2412 opened 9 years ago

adi2412 commented 9 years ago

The resizer does not appear if the code is longer than the width of the editor, making it impossible to adjust the width of the editor.

adi2412 commented 9 years ago

It seems that it is possible to resize if the cursor is kept at just the right position, but the cursor is still the text cursor of the editor rather than a resize cursor. It is possible to force the cursor to change, but this would confuse people when they are using the editor. I think it makes sense to add a small gap between the editor and cesium frame and use that as the resize column.

adi2412 commented 9 years ago

@emackey what do you think about this?

emackey commented 9 years ago

Adding a small gap to be the resize column sounds like the right solution.