Hi,
when discussing [0], a question arose. When phpMyAdmin thinks that there are no rows, some tabs are greyed out. However they can still be clicked , because by the time the page has been displayed, another process might have written some rows to this table.
But clickable greyed out tabs is confusing for some users. Let's decide about this (for 4.1):
1. no longer grey out
2. grey out but not clickable
3. status quo
[0] https://sourceforge.net/p/phpmyadmin/bugs/3904/
2013/5/6 Marc Delisle marc@infomarc.info:
Hi,
when discussing [0], a question arose. When phpMyAdmin thinks that there are no rows, some tabs are greyed out. However they can still be clicked , because by the time the page has been displayed, another process might have written some rows to this table.
But clickable greyed out tabs is confusing for some users. Let's decide about this (for 4.1):
no longer grey out
grey out but not clickable
status quo
Definitely not 3. I would suggest 1.
-- Kind regards,
Dieter Adriaenssens
Hi,
In my opinion,
Hi,
when discussing [0], a question arose. When phpMyAdmin thinks that there are no rows, some tabs are greyed out. However they can still be clicked , because by the time the page has been displayed, another process might have written some rows to this table.
I am quite confusing about "another process might have written some rows to this table." We can't assume that another process is doing something. TCP is stateless which means in current moments, the Table is empty. so we should "2. grey out but not clickable" for current page
When user refreshes the page, they can see the data.
But clickable greyed out tabs is confusing for some users. Let's decide about this (for 4.1):
no longer grey out
grey out but not clickable
status quo
[0] https://sourceforge.net/p/phpmyadmin/bugs/3904/
--
xmujay (Bin Zu)
Hi
Dne Mon, 06 May 2013 08:01:18 -0400 Marc Delisle marc@infomarc.info napsal(a):
when discussing [0], a question arose. When phpMyAdmin thinks that there are no rows, some tabs are greyed out. However they can still be clicked , because by the time the page has been displayed, another process might have written some rows to this table.
But clickable greyed out tabs is confusing for some users. Let's decide about this (for 4.1):
no longer grey out
grey out but not clickable
status quo
I'd vote for 1 to provide consistent interface.
HI
Hi
Dne Mon, 06 May 2013 08:01:18 -0400 Marc Delisle marc@infomarc.info napsal(a):
when discussing [0], a question arose. When phpMyAdmin thinks that there are no rows, some tabs are greyed out. However they can still be clicked , because by the time the page has been displayed, another process might have written some rows to this table.
But clickable greyed out tabs is confusing for some users. Let's decide about this (for 4.1):
no longer grey out
grey out but not clickable
status quo
I think option 1 is better. consitent interface is important.
thanks, Adam
I think option 1 is better. There is no use of greying out the tab and it shouldnt matter if the table is empty or not.
On Tue, May 7, 2013 at 5:03 AM, adam adamgsoc2013@gmail.com wrote:
HI
Hi
Dne Mon, 06 May 2013 08:01:18 -0400 Marc Delisle marc@infomarc.info napsal(a):
when discussing [0], a question arose. When phpMyAdmin thinks that there are no rows, some tabs are greyed out. However they can still be clicked , because by the time the page has been displayed, another process might have written some rows to this table.
But clickable greyed out tabs is confusing for some users. Let's decide about this (for 4.1):
no longer grey out
grey out but not clickable
status quo
I think option 1 is better. consitent interface is important.
thanks, Adam
Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
On 05/06/2013 01:01 PM, Marc Delisle wrote:
Hi,
when discussing [0], a question arose. When phpMyAdmin thinks that there are no rows, some tabs are greyed out. However they can still be clicked , because by the time the page has been displayed, another process might have written some rows to this table.
But clickable greyed out tabs is confusing for some users. Let's decide about this (for 4.1):
no longer grey out
grey out but not clickable
status quo
I'm only against #2, as we shouldn't force a manual refresh of the page.
Bye, Rouslan