← Back to team overview

phpdevshell team mailing list archive

[Bug 655634] [NEW] double/empty field with floating headers

 

Public bug reported:

When a floating header "moves" a field (such as a SELECT), a copy of the
INPUT is created, which means the field is present twice in the POST. As
only the last one is used by PHP, it leads to PHP thinking the field is
empty.

** Affects: phpdevshell
     Importance: Medium
     Assignee: TitanKing (titan-phpdevshell)
         Status: Confirmed

** Changed in: phpdevshell
     Assignee: (unassigned) => TitanKing (titan-phpdevshell)

** Changed in: phpdevshell
   Importance: Undecided => Medium

** Changed in: phpdevshell
       Status: New => Confirmed

-- 
double/empty field with floating headers
https://bugs.launchpad.net/bugs/655634
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.

Status in Open Source php gui type development framework.: Confirmed

Bug description:
When a floating header "moves" a field (such as a SELECT), a copy of the INPUT is created, which means the field is present twice in the POST. As only the last one is used by PHP, it leads to PHP thinking the field is empty.





Follow ups

References