echoma / zkui

zkui is a GUI client of Apache ZooKeeper. Download:
https://github.com/echoma/zkui/wiki/Download
Apache License 2.0
300 stars 52 forks source link

Edit fields are not resizable #14

Open zalintyre opened 7 years ago

zalintyre commented 7 years ago

Altough the value field is pretending to be resizable, it isn't. It's a pain to edit larger text files in there.

echoma commented 7 years ago

the edit dialog can be resized by the drag the right-bottom corner of the text area (not the dialog).

zalintyre commented 7 years ago

Ah, indeed. I didn't notice this, because the cursor doesn't change at that point.

Thanks! A changing cursor would be a nice feature, though.

echoma commented 7 years ago

You are right, a resize cursor on the dialog corner would be nice. It seems that the modal dialog component of bootstrap (i am using it to implement the UI of zkui) does not support resizing. zkui realy need some improments..