DavidDurman / FlexiJsonEditor

JSON editor jQuery plugin
http://jsonmate.com
Other
560 stars 139 forks source link

Showing long strings in keys and values #2

Closed tatablack closed 13 years ago

tatablack commented 13 years ago

Since the boxes' width is fixed, long string (for keys and values both) may be truncated. For keys (dark green boxes) adding a 'title' attribute should suffice. For values you could do the same, or actually use a custom tooltip (you know how to write one, right?).

DavidDurman commented 13 years ago

Showing values in title attribute now.