From:             ctaylor at cctmedia dot com
Operating system: XP
PHP version:      5.2.6
PHP Bug Type:     Performance problem
Bug description:  'Submit' works on PC, jumps to home page on MAC

Description:
------------
When you go to click 'submit' on a PC it updates the fields fine, but when
you do it on a Macintosh, it jumps to the home page! Hopefully it is a
small problem that I can fix.

The code below is cut from the rest of the html coding.  If you need more
let me know and I will supply the URL.  thx in advance

Reproduce code:
---------------
                          <td colspan=2 

class="hreftext">
                              <?
                            if($msg)
                            echo "Your  

Hip-Hop Bio has been updated";
                            ?>
                        </td>
                        </tr>
                        <tr>
                          <td colspan="2" 

class="normaltext">
                            Add/Change 
                            Bio :
                          </td>
                        </tr>
                        <tr> 
                          <!--td 

width="34%" class="normaltext"><a 

name="bio"/>Add/Change 
                            Bio :<br/>
                           </td-->
                          <td colspan="2" 

class="normaltext">
                            <!--textarea 

name="bio" cols="70" 

rows="10"><?//=$artist['manufacturer_desc

ription'];?></textarea-->
                            <?
                             echo 

tep_draw_textarea_field('bio', '', '20', 

'5', 

"$artistbio",' style="width: 40%" 

mce_editable="true"');
                             ?>
                            </font></td>
                        </tr>
                        


Expected result:
----------------
The field to update, not jump to the home page.  Works excellent of the
PC, not on a MAC!


-- 
Edit bug report at http://bugs.php.net/?id=46558&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=46558&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=46558&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=46558&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=46558&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=46558&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=46558&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=46558&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=46558&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=46558&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=46558&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=46558&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=46558&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=46558&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=46558&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=46558&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=46558&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=46558&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=46558&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=46558&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=46558&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=46558&r=mysqlcfg

Reply via email to