Github user robertkowalski commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/823#discussion_r92413665
  
    --- Diff: app/addons/components/components/apibar.js ---
    @@ -91,21 +88,8 @@ export const APIBar = React.createClass({
         Actions.toggleApiBarVisibility(!this.props.contentVisible);
       },
     
    -  componentDidMount () {
    -    $('body').on('click.APIBar', function (e) {
    -
    -      if (!$('.show-tray.api-bar-tray').length) {
    -        return;
    -      }
    -
    -      if 
($(e.target).closest('.api-bar-tray,.control-toggle-api-url').length === 0) {
    -        Actions.toggleApiBarVisibility(false);
    -      }
    -    }.bind(this));
    -  },
    -
    -  componentWillUnmount () {
    -    $('body').off('click.APIBar');
    --- End diff --
    
    one minor thing this hack was preventing:
    
    1. open active tasks
    2. open api url bar
    3. go to other screen
    4. bar reappears for 1-2 seconds
    
    ---
    
    maybe you can try to solve the flickering, but when it takes far too long 
then we remove it anyway with the death of the api url bar?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to