IZWebFileManager

Advanced ASP.NET File Manager
Welcome to IZWebFileManager Sign in | Join | Help
in Search
The forum is moved to http://groups.google.com/group/izwebfilemanager
If you have any question, please post there. Thanks!

Safari Compatibillity

Last post 05-22-2009, 2:08 AM by MarkJ. 2 replies.
Sort Posts: Previous Next
  •  12-12-2007, 11:12 AM 224

    Safari Compatibillity

    I think safari support would indeed make this filemanager one of the most commonly used.

    Now that Apple have released details of exactly what css is suported in safari, I hope there's some hope in converting the layout to work on the safari browser:

    http://developer.apple.com/documentation/AppleApplications/Reference/SafariCSSRef/Introduction.html

    http://developer.apple.com/internet/safari/safari_css.html

  •  02-22-2008, 10:50 PM 243 in reply to 224

    Re: Safari Compatibillity

    Hi,

    I don't know if this resolve all Safari problems, but it helps a lot.

    If you add a browser file to the App_Browsers folder in your ASP Website you can may the menues compliant with Safari. This is my file content:

     <browsers>
      <browser refID="Safari">
        <controlAdapters>
          <adapter controlType="System.Web.UI.WebControls.Menu"
                   adapterType="" />
        </controlAdapters>
      </browser>

      <browser id="W3C_Validator" parentID="default">
        <identification>
          <userAgent match="^W3C_Validator" />
        </identification>
        <capabilities>
          <capability name="browser"              value="W3C Validator" />
          <capability name="ecmaScriptVersion"    value="1.2" />
          <capability name="javascript"           value="true" />
          <capability name="supportsCss"          value="true" />
          <capability name="tables"               value="true" />
          <capability name="tagWriter"            value="System.Web.UI.HtmlTextWriter" />
          <capability name="w3cdomversion"        value="1.0" />
        </capabilities>
        <controlAdapters>
          <adapter controlType="System.Web.UI.WebControls.Menu"
                   adapterType="" />
        </controlAdapters>
      </browser>
    </browsers>

  •  05-22-2009, 2:08 AM 394 in reply to 243

    Re: Safari Compatibillity

    Thank for this.

    This also corrects problems with displaying the control in Google Chrome.

    Although the right click menu still does not work in Chrome.

    Regards Mark
View as RSS news feed in XML
www.IZWebFileManager.com
izwebfilemanager@gmail.com