proofy / stpivot

Automatically exported from code.google.com/p/stpivot
0 stars 1 forks source link

Navigator pane suggestions #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
- I suggest closing the navigator pane when clicking, or maybe even moving
the mouse, outside the navigator pane (i.e. in the main window).

- I suggest moving the none/all - group/flat - ok - cancel icons to the
left, and maybe to the top, otherwise users may have to scroll the page to
find them.

- I also suggest putting those icons at least inside a squared border,
otherwise they don't look like buttons and users won't click on them.

Original issue reported on code.google.com by roberto....@gmail.com on 4 Jun 2010 at 1:09

GoogleCodeExporter commented 9 years ago
Every panel remains open when you use the open/close button (darker zone on 
division
bar), and close automatically on mouseout event when using the slide open (the 
rest
of division bar). So the first suggestion doesn't apply, but the rest will 
definitely
be taking into account.

Original comment by stpi...@gmail.com on 4 Jun 2010 at 4:07

GoogleCodeExporter commented 9 years ago
> Every panel remains open when you use the open/close button
> (darker zone on division bar), and close automatically
> on mouseout event when using the slide open (the rest
> of division bar)

Nice, I didn't see that. I wonder if the users will notice that?

Another little-little thing.
While the table is loading, the navigation and MDX query panels show up for 
some moments; they disappear when loading is finished. Not a big problem but a 
bit ugly.
Looks like they are hidden using Javascript. Maybe if they're defined as 
"hidden" through CSS, and then shown with Javascript, it would be nicer because 
they wouldn't show up at all (until the user clicks on them). Just an idea.

Bye.

Original comment by roberto....@gmail.com on 8 Jun 2010 at 2:49

GoogleCodeExporter commented 9 years ago
easy to resolve.. we have the main items set to display:none and show a loading 
div until document.ready().. where we set visibility small jsp change :)

Original comment by ati.ross...@gmail.com on 11 Jul 2012 at 9:59