Test on Safari version 6.0.2 ( MAC OSX 10.8.2 )
Test done on Firefox 17.0.1 on MAC
Test case :
CREATE TABLE mt_demo_caption
( title
varchar(250) NOT NULL) ENGINE=InnoDB DEFAULT CHARSET=utf8
INSERT INTO zzzz
.mt_demo_caption
(title
) VALUES ('$^$zafpkpjnrehfgiluehbkjvezbglvjkzehrbgjlvkezrbgkvljzergbkjzerbgk');
I launch the following SQL SELECT command with phpMyadmin
SELECT MT.title,ROUND( RAND( ) *100000) RANDOM FROM mt_demo_caption
MT WHERE 1 = 1 AND title
= '$^$zafpkpjnrehfgiluehbkjvezbglvjkzehrbgjlvkezrbgkvljzergbkjzerbgk'
I get line as expected but
The bug :
When i want to edit the title column by left clicking on line then nothing append ( input area doesn't appear ).
I open javascript console and get the following message
TypeError: 'undefined' is not an object (evaluating 'b(this).data("qtip").interfaces')
Which phpMyAdmin version please?
PhpMyAdmin version 3.5.7
sorry :(
Hello, I would like to try to fix this bug. I am a student from CTU in Prague and I need to join some Open Source community and help with some project as my semestral work. Since it can be only minor bug fix, I would like to try this. Is it possible? Thank you very much.
Last edit: Jan Brejcha 2013-02-27
Jan,
Yes, the bug is open, you can try fixing it. Please put a pull request on Github once you are done.
Ok, I will give it a try. Thank you very much.
Might be related to https://sourceforge.net/p/phpmyadmin/bugs/3854/. Try the patch included in the 3854 ticket.
The error does not happen in 4.0, because qtip is no longer part of the code. By the way, with your test case, the row is not editable because the table has no unique key.
Hello,
From my side, the row is editable even if no primary key defined.
Ok,it's bad but it works.
In any case, thank you for this bug fixe
Last edit: Siby 2013-03-25