Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting "TypeError: a.browser is undefined" when using jquery-1.9.0 and jquery-ui-1.9.2 #469

Closed
grumpydeveloper opened this issue Jan 15, 2013 · 13 comments

Comments

@grumpydeveloper
Copy link

Hi there,
I am trying to implement elfinder with latest version of jquery and jquery ui but I am getting this error "TypeError: a.browser is undefined". Any help would be really appreciated.

Thanks

erro

@nao-pon
Copy link
Member

nao-pon commented Jan 16, 2013

Hi grumpydeveloper,
Thanks for your report. I fixed with a way & send pull request (#470). Another way is give <script> of "jquery-migrate" into HTML <HEAD>.

ex.

<script src="http://code.jquery.com/jquery-1.9.0.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.0.0.js"></script>

ref. https://github.com/jquery/jquery-migrate

@grumpydeveloper
Copy link
Author

Thanks nao-pon,

It works perfectly without any errors or warnings really appreciate that :)

There is another thing I come up with. When I try to resize or rotate any image, resize window looks bit awkward here is the screen shot -

erro

When I click those radio button's I cannot see preview of the image I can only see the white background. Any help would be really appreciated.

Thanks

@nao-pon
Copy link
Member

nao-pon commented Jan 17, 2013

When I click those radio button's I cannot see preview of the image I can only see the white background.

This problem already fixed on 2.x branch. Please try nightly build. You can get it from next link, nao-pon/elFinder-nightly. Good luck!

@nao-pon nao-pon closed this as completed Jan 17, 2013
@grumpydeveloper
Copy link
Author

I am already usin nightly build elfinder-2.x_n-bd66a81.zip I don't see any error's in my console. Is it css issue ?

Thanks

@nao-pon
Copy link
Member

nao-pon commented Jan 18, 2013

I checked 2.x_n-bd66a81 with jQuery 1.9.0 & UI 1.9.2. It seems no problem. (checked Firefox, Chrome, Opera & IE8)
May be it's problem by browser cache. Please try browser cache clearing.

@grumpydeveloper
Copy link
Author

I found issue. In my document I included twitter_bootstrap.js after jQuery UI then included it before jQuery UI and it works perfect. Thanks for your help and for great plugin :)

@nao-pon
Copy link
Member

nao-pon commented Jan 19, 2013

👍

@shyamkkhadka
Copy link

There is still a problem with error "TypeError: a.browser is undefined" though I added <script src="http://code.jquery.com/jquery-migrate-1.0.0.js"></script>.

Any suggesstions ?

@webspin
Copy link

webspin commented Jul 24, 2013

+1

@BirkanAydin
Copy link

Thanx. nao-pon 👍

@VoinG
Copy link

VoinG commented Mar 29, 2014

@nao-pon
1

@memo1970
Copy link

hello I need to know an example about what have to put in Driver,Path and URL please help me

        'driver'        => 'LocalFileSystem',   // driver for accessing file system (REQUIRED)
        'path'          => '../css',         // path to files (REQUIRED)
        'URL'           => dirname($_SERVER['PHP_SELF']) . '/../files/', // URL to files (REQUIRED)
        'accessControl' => 'access'             // disable and hide dot starting files (OPTIONAL)

// run elFinder
$connector = new elFinderConnector(new elFinder($opts));
$connector->run();

@lovesia
Copy link

lovesia commented Oct 29, 2014

NAVER - http://www.naver.com/

lovesin83@naver.com 님께 보내신 메일 <Re: [elFinder] Getting "TypeError: a.browser is undefined" when using jquery-1.9.0 and jquery-ui-1.9.2 (#469)> 이 다음과 같은 이유로 전송 실패했습니다.


받는 사람이 회원님의 메일을 수신차단 하였습니다.


@ashvinimarwal
Copy link

Thank you nao-pon

It's working for me also :)

@lovesia
Copy link

lovesia commented Jan 20, 2016

NAVER - http://www.naver.com/

lovesin83@naver.com 님께 보내신 메일 <Re: [elFinder] Getting "TypeError: a.browser is undefined" when using jquery-1.9.0 and jquery-ui-1.9.2 (#469)> 이 다음과 같은 이유로 전송 실패했습니다.


받는 사람이 회원님의 메일을 수신차단 하였습니다.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants