Skip to content
Snippets Groups Projects
  1. Oct 27, 2003
  2. Oct 26, 2003
  3. Oct 24, 2003
  4. Oct 23, 2003
  5. Oct 18, 2003
  6. Oct 17, 2003
    • Robert Lemke's avatar
      BUGFIX: · 50361155
      Robert Lemke authored
      Clickmenu did not appear or did appear on the wrong position in the filelist module using Mozilla. (I only tested that bug with Mozilla / Linux).
      
      REASON:
      In the JavaScript function setLayerObj I discovered that when the menu does not appear, the tempLayerObjCss.top and tempLayerObjCss.left properties contained nothing. It turned out that explicitly setting their values to "10px" instead of "10" made the menu appear correctly.
      
      SOLUTION:
      I haven't found yet another place in the core which might be affected by this bug, so I only changed the lines in the JavaScript function. Maybe someoneelse knows about other places we have to look at?
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@29 709f56b5-9817-0410-a4d7-c38de5d9e867
      50361155
    • Robert Lemke's avatar
      Added HTTP header support for charset encoding (relates to utf-8). · 02ed6c9b
      Robert Lemke authored
      The [config][metaCharset] information is no used for the HTTP header information. It's still possible to override this default by defining a addtionalHeaders entry.
      
      See thread at the dev-list archive:
      http://typo3.org/1427+M5518a97ebce.0.html
      
      
      git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@28 709f56b5-9817-0410-a4d7-c38de5d9e867
      02ed6c9b
  7. Oct 08, 2003
  8. Oct 03, 2003