apache / couchdb-fauxton

Fauxton is the new Web UI for CouchDB

Home Page:https://github.com/apache/couchdb-fauxton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make only header clickable in JSON view

Antonio-Maranhao opened this issue · comments

In the JSON view, the whole document (header and JSON code) is clickable.
Because of that it's not possible to select any text from the document without having the page load the Editor.

Current Behavior

Fauxton loads the Doc Editor when the user tries to select a text from a document.

Possible Solution

Make only the header clickable so that users can select (and copy) text from the documents without leaving the current view.

Delivered in #1164