Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fusiondirectory fusiondirectory
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • fusiondirectory
  • fusiondirectoryfusiondirectory
  • Issues
  • #5469
Closed
Open
Created Apr 06, 2017 by Côme Chilliet@cchillietReporter

Browser specific hacks should be removed

    // Some browsers don't have the ability do do scrollable table bodies, filter them
    // here.
    $switch = FALSE;
    if (preg_match('/(Opera|Konqueror|Safari)/i', $_SERVER['HTTP_USER_AGENT'])) {
      $switch = TRUE;
    }
      $width = "24px";
      if (preg_match('/Konqueror/i', $_SERVER['HTTP_USER_AGENT'])) {
        $width = "28px";
      }

(from redmine: issue id 5469, created on 2017-04-06, closed on 2017-04-10)

  • Changesets:
    • Revision fc2728c9 by Côme Chilliet on 2017-04-06T13:04:51.000Z:
Fixes #5469 Removed specific treatment for web browsers
  • Revision 75d1ee51 by Côme Chilliet on 2017-04-06T13:04:51.000Z:
Fixes #5469 Also removed MSIE 5&6 specific treatment
  • Custom Fields:
    • Support contract: None
Assignee
Assign to
Time tracking