…but I downloaded the Firefox 34.0.5 build from the Mozilla site and it is working correctly, so I guess it’s something to do with the openSUSE build of Firefox so I really shouldn’t have asked it over at MozillaZine…
Please advise as to how I can rectify this problem or should I report this as a bug. Thanks!
Just tested what you described on my FF (13.2, FF v33)
I don’t see and can’t verify what you described.
CTL-LFT-Arrow Worked flawlessly for both words and numbers
CTL-RT-Arrow Worked flawlessly for words, curiously skipped over numbers to the next word. After skipping over the number, I could “CTL-LFT-Arrow” back to the number
For a continuous string of alphanumeric like a URL, the entire string is treated as a single word.
If there is any bugginess, it looks like after a long mixed string like a URL, the cursor sometimes appears at the beginning, other times at the end of a word, then after a few more movements fixes itself.
Thanks for replying but perhaps you should re-read the OP. The cursor is supposed to stop at non-alphanumeric characters. You are talking about “words and numbers” alone. Point blank question: for a URL or such like https://mail.google.com/mail/u/0/#inbox does the cursor stop at the slashes, hash etc or not when navigating with Ctrl+[Left|Right]Arrow?
I never heard/read about this feature. But your last post induced me in checking if I understand you. Apperently you talk about manoeuvring through the address bar of the browser. When I go to the URL you gave above and then enter the address bar and then use the left and right arrow keys while holding down the Ctrl key, the cursor jump left/right and stops after (at the right side off) a non-alphanumeric charcacter or group of characters. E.G. when the cursor is at the begin/left of the URL and I use Ctrl-RightArrow, the cursor is then after the :// .Repeating lets it stop at the right of the . in the host/domainname, then the /, the ?, the =, the &, etc. and at last after the #.
Yes but are you saying that’s what’s already happening for you? Right now I’m using Tumbleweed but I saw this on basic 13.2 as well, and even on Tumbleweed if I use the upstream Firefox then it’s working fine.
Re-reading my post, I used “word” when I really meant “text-word”
Expected Behavior CTL-LFT-Arrow “tab” character block leftwards.
Worked as expected for both text and numerical characters
With each action, the cursor moved to the next block of characters rightwards.
CTL-RT-Arrow “tab” character block rightwards
Mostly worked as expected. Seemed to work flawlessly for all text only blocks.
With numerical and mixed blocks, sometimes the cursor skipped a block or ended up on the rt side of the block instead of the left side of the block(this is probably a code bug). When this happened, I did a few CTL-LFT-Arrow “tabs” and the cursor position resolved itself.
As I described in my post, in your URL example (which I also referenced in my earlier post), the entire URL is treated as a single block of characters because it appears this function is space-delimited and ordinarily URLs are expressed without spaces(often using the escape character %20 to denote a space).