On Wed, 2011-06-01 at 09:02 -0700, Aris Feryanto wrote:
Hi Rouslan,
----- Original Message -----
From: Rouslan Placella rouslan@placella.com To: phpmyadmin-devel@lists.sourceforge.net Cc: Sent: Wednesday, June 1, 2011 8:46 PM Subject: Re: [Phpmyadmin-devel] Column resizing & reordering
On Wed, 2011-06-01 at 04:56 -0700, Aris Feryanto wrote:
Hi all,
I pushed my work on two related features: column resizing & reordering. I tried (and struggled :) ) to make these features as compatible as
possible with inline editing and vertical display mode.
The features currently work in Browse, SQL and Search tab. I also integrate
it with current ajax pagination and sorting.
You may try the demo at [0]. Your comments and suggestions are really
appreciated.
I was able to move the action links column, which screwed up the table headers (see attached screenshot). I think this should not be allowed.
Thank you. I missed that one. Fixed in my repo and will be updated in the demo soon.
Also I found the column resizing to be buggy (Firefox 4.0.1/Linux).
Could you describe more detail where is the buggy part?
I click and drag on the double horizontal arrow and try to make a column wider. When I release the mouse button, the column is correctly resized. I click and drag again on the same column separator to make the column thinner. Now, after I release the mouse, the column is not resized. The mouse is still locked in resize mode and the vertical line that shows what size the column will be is still visible. I click the mouse once more and that exits the resize mode, though the column is not resized.
Firefox 4.0.1/Linux, didn't try other browsers or OS. Hope this helps.
Rouslan