User tests: Successful: Unsuccessful:
Redo of #8449 by @sergey-zero
Opera 15+ browsers detection in JBrowser.
You can use this code snippet for test of detection
jimport('joomla.environment.browser');
$browser = JBrowser::getInstance();
$browserType = $browser->getBrowser();
$browserVersion = $browser->getMajor();
var_dump($browserType, $browserVersion);
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Rel_Number | 0 | ⇒ | 8449 |
Relation Type | ⇒ | Pull Request for |
Category | ⇒ | Libraries |
I have tested this item successfully on 3bbef9e
@henkrijneveld @andrepereiradasilva Thanks for testing
@brianteeman RTC?
@brianteeman This PR have 2 good tests, RTC?
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
|
Milestone |
Added: |
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-04-23 09:04:32 |
Closed_By | ⇒ | rdeutz |
Labels |
Removed:
?
|
Milestone |
Added: |
Milestone |
Added: |
Milestone |
Removed: |
Milestone |
Removed: |
I have tested this item successfully on 3bbef9e
retested again and still OK
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9949.