"Fossies" - the Fresh Open Source Software Archive

Member "mysqlwdb-1.5.4/KNOWN_PROBLEMS" (12 Dec 2005, 1366 Bytes) of package /linux/www/old/mysqlwdb-1.5.4.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 
    2 Known problems
    3 ==============
    4 
    5 A) On my Windows XP Pro with Apache 2.0.39 (or Microweb) and IE 6 I have 
    6    encountered strange behaviours of mysqlwdb with pages that have a lot 
    7    of records or tables. But if I use Opera 6 or Navigator 6.2 with these
    8    servers, no problem.
    9    If I switch to Apache 1.3.26 or IIS 5.1 + IE 6 all works well.
   10    
   11    Again, I have problems only with: 
   12    
   13 	Windows XP Pro + Apache 2.0.39 (or Microweb) + IE 6 
   14 
   15 UPDATE: 1.3.1
   16 Problems apparently disapper, probably for the HTML cleanup
   17 
   18 
   19 B) There are problems on updating records that have text data with more than 
   20 one line (i.e. that have a \r CR-ASCII 13 and/or a \n LF-ASCII 10).
   21 
   22 The HTML input control seems to lose LF and the HTML textarea control seems
   23 to add CR at the end of the lines (if there are more than one line).
   24 
   25 Again, when I 
   26 
   27 	1) display records (to update it) on an input control or a textarea 
   28 	2) change something (or not!)
   29 	3) store updated (or not!) data
   30 	
   31 on multi-line text data,
   32 
   33 	a) I loose \n (LF-ASCII 10) if I store data from an input control
   34 	b) I add \r (CR-ASCII 13) if I store data from a textarea control
   35 
   36 
   37 I DO NOT really know HOW to solve these problems.
   38 
   39 Any help is VERY appreciated. Please write your suggestions to 
   40 		mailto:dree@isogest.org
   41 
   42 UPDATE: 1.3.1
   43 To avoid problems with textareas I simply remove \r when I manage data from them.