Under Opera browser if you want to go directly to a certain page entering the number in the text box, even pressing INTRO does not do anything.
Checked with IE, FF and Chrome working 100%OK.
Thanks.
Under Opera browser if you want to go directly to a certain page entering the number in the text box, even pressing INTRO does not do anything.
Checked with IE, FF and Chrome working 100%OK.
Thanks.
Comments
Comment #1
cmrabet commentedI think the problem is not Opera. I noticed this with ANY browser:
a) Just after showing the View, if you enter the number of page you want to jump to, it works, as many times as you want......as long as you don't click in on of the options (Next, Previous, etc..).
b) Right after clicking on one of these links, the text box stops to work anymore (you click INTRO and does not do anything).
Regards,
Comment #2
mattyoung commentedAll work fine for me in Mac, Win and Linux. I cannot replicate this in any browser.
This is very odd. Browser page are stateless, one page is totally independent of the next. So I can't see how clicking on "Next", "Last" first would affect the page. You could type the url directly with the correct page parameter and you'll get to that page. Click the "Next" button, or type the URL or entering the number in the pager and hit enter shouldn't matter.
What's "Click INTRO"?
Comment #3
cmrabet commentedWell, I can't understand either the relation, but what I have checked for sure is that whenever I click any button-link (previous, next, etc..), if after that I write in the Edit box the page I want to jump, and I press the ENTER key on th ekeyboard, nothing happens.
However If I enter the text in the Edit box before clicking on the links, then when I press the ENTER key, it works.
I hope this helps. I can not give any other detail, I just installed the module in a 6.x Drupal installation where all the rest of modules work properly, and this issue started to happen.
Thanks.
Comment #4
mattyoung commentedDo you see this problem in my demo: http://zen.hddigitalworks.com/drpager/views?page=7
Is your page accessible so I can see?
Can you try a different machine?
Comment #5
cmrabet commentedThe Demo works fine, the issue does not happen.
However with my site I checked from different computers and in all of them the issue shows up.
One thing: I am using this on Views, so perhaps that is the problem.
Sorry, no link to the Web since it is an internal network site I am working on.
IS there any thing that can relate this?
Comment #6
mattyoung commented>One thing: I am using this on Views
The link to the demo is a view
>IS there any thing that can relate this?
It could be some other Javascript on your page. I'm doing a jQuery.bind('keydown') on the .drpager-page elements and look for ENTER. Does up/dow arrow increment/decrement the page number? Click in the page text field, the press up or down and see if the number change. If that doesn't work either, then I 'm not getting the keydown event.
Comment #7
cmrabet commentedChecked,
Just after clicking any navigation link (next, previous, etc..) when focusing to the texto box, I can't increase the number cliking the UP key, ...
However if I do this before clicking on the links, then I can.
In other words, whenever I click on the links, you stop getting the jeydown event for the text box, so have to reload the page to get it again.
Comment #8
mattyoung commentedWhen you click on any of the link, it does a page load. It's no different from a reload. Look at the address bar, you will see the url it goes to. You can edit the page number in the address bar, hit enter and go to that page as if you click on the link.
Comment #9
mattyoung commentedFrom the symptom you are describing, you must be using ajax view. Try the 'dev' version, I added ajax view support there.
Comment #10
mattyoung commented#619810: Does not work always with Ajax-views