merenlab / anvio

An analysis and visualization platform for 'omics data
http://merenlab.org/software/anvio
GNU General Public License v3.0
439 stars 145 forks source link

anvi-server issue scrolling layer section in the scree #331

Closed tdelmont closed 8 years ago

tdelmont commented 8 years ago

Hi, I continue having issues seeing the "edits attributes for multiple layers" in the "layer" section of the interface. When scrolling the screen down, most of the "edits attributes for multiple layers" is not visible, and I can barely select colors, etc. This seems to be an issue associated with projects having a large number of layers.

See example:

screen shot 2016-02-19 at 1 27 28 pm

Tom

meren commented 8 years ago

This is not an anti-server issue. More like a general interface problem. I am tentatively assigning it to Özcan, but I will try to take a look at it myself.

ozcan commented 8 years ago

This is a anvi server issue related with multiUser div, if you run $('#multiUser').remove(); on the chrome web console, problem disappears. We should change the way we put that div on the sidebar.

ozcan commented 8 years ago

Hey Meren, we need better fix for this, because manual interface looks like this:

image

meren commented 8 years ago

I know :( I had to do something for this because it was literally stopping me from editing something. You're right, I shouldn't have closed the issue.

paczian commented 8 years ago

This problem is a side-effect of the project information being shown even when no user is logged in (for public projects). I will take a look at this.

On 21 Feb 2016, at 18:28, A. Murat Eren notifications@github.com wrote:

Reopened #331 https://github.com/meren/anvio/issues/331.

— Reply to this email directly or view it on GitHub https://github.com/meren/anvio/issues/331#event-558778518.

meren commented 8 years ago

We have a variable that keeps track of which mode we're in. Whether it is server, full, or refine.

If we are not in server mode, that div can be 'bot pushed' :) On Feb 22, 2016 2:02 AM, "Tobias Paczian" notifications@github.com wrote:

This problem is a side-effect of the project information being shown even when no user is logged in (for public projects). I will take a look at this.

On 21 Feb 2016, at 18:28, A. Murat Eren notifications@github.com wrote:

Reopened #331 https://github.com/meren/anvio/issues/331.

— Reply to this email directly or view it on GitHub < https://github.com/meren/anvio/issues/331#event-558778518>.

— Reply to this email directly or view it on GitHub https://github.com/meren/anvio/issues/331#issuecomment-187061750.

meren commented 8 years ago

I meant 'not pushed'. On Feb 22, 2016 6:36 AM, "A. Murat Eren" a.murat.eren@gmail.com wrote:

We have a variable that keeps track of which mode we're in. Whether it is server, full, or refine.

If we are not in server mode, that div can be 'bot pushed' :) On Feb 22, 2016 2:02 AM, "Tobias Paczian" notifications@github.com wrote:

This problem is a side-effect of the project information being shown even when no user is logged in (for public projects). I will take a look at this.

On 21 Feb 2016, at 18:28, A. Murat Eren notifications@github.com wrote:

Reopened #331 https://github.com/meren/anvio/issues/331.

— Reply to this email directly or view it on GitHub < https://github.com/meren/anvio/issues/331#event-558778518>.

— Reply to this email directly or view it on GitHub https://github.com/meren/anvio/issues/331#issuecomment-187061750.

paczian commented 8 years ago

I added a fix in #333