[Phpmyadmin-devel] inline edit and columns after a BLOB

Hi, columns that are located after a BLOB in a table's structure are not inline editable. It does not matter if there is a transformation applied to this BLOB. -- Marc Delisle http://infomarc.info

On 29/08/2010, Marc Delisle <marc@infomarc.info> wrote:
Hi, columns that are located after a BLOB in a table's structure are not inline editable. It does not matter if there is a transformation applied to this BLOB. Thanks for pointing this out. Fixed in commit 9f10d69. The class being applied to inline editable fields was cleared for BLOBs, but was not being set for the fields after it.
-- Ninad S. Pundalik

Ninad Pundalik a écrit :
On 29/08/2010, Marc Delisle <marc@infomarc.info> wrote:
Hi, columns that are located after a BLOB in a table's structure are not inline editable. It does not matter if there is a transformation applied to this BLOB. Thanks for pointing this out. Fixed in commit 9f10d69. The class being applied to inline editable fields was cleared for BLOBs, but was not being set for the fields after it.
Merged, thanks. -- Marc Delisle http://infomarc.info
participants (2)
-
Marc Delisle
-
Ninad Pundalik