Re: [Epiphany] Re: Underline links?
- From: Lee Willis <lwillis plus net>
- To: "David Adam Bordoley" <bordoley msu edu>
- Cc: Osma Ahvenlampi <oa iki fi>,"Nikolai :: lone-star :: Weibull" <lone-star home se>,epiphany mozdev org
- Subject: Re: [Epiphany] Re: Underline links?
- Date: 30 May 2003 15:29:26 +0100
"David Adam Bordoley" <bordoley@msu.edu> writes:
> Browse with caret allows keyboard users to select text from within a
> page. Only using the keyboard and hence is necessary for a11y. I
> talked with calum about this. He recommended either:
Unfortunately it causes a useability issue in general use, try the
following:
- Open a page that has vertical scrolling
- Scroll down a touch with the scroll bar (Or mouse wheel)
- Press the up arrow key on your keyboard
- You immediately jump to the bottom of the document and sit there
thinking "whoa - what just happened"
This is possibly a mozilla bug - I didn't have time to think about it, I
just patched my ephy as attached ....
Lee
--
| Lee Willis Unmetered & ADSL solutions
| Solutions Designer for Home & Business
| PlusNet Technologies Ltd. @ http://www.plus.net
+------------ My Referrals - It pays to recommend PlusNet --------------
Index: embed/mozilla/mozilla-embed-single.cpp
===================================================================
RCS file: /cvs/gnome/epiphany/embed/mozilla/mozilla-embed-single.cpp,v
retrieving revision 1.12
diff -u -r1.12 mozilla-embed-single.cpp
--- embed/mozilla/mozilla-embed-single.cpp 28 May 2003 15:43:22 -0000 1.12
+++ embed/mozilla/mozilla-embed-single.cpp 30 May 2003 14:23:27 -0000
@@ -366,7 +366,7 @@
pref->SetBoolPref ("browser.display.enable_marquee", PR_FALSE);
/* Enable Browsing with the Caret */
- pref->SetBoolPref ("accessibility.browsewithcaret", PR_TRUE);
+ pref->SetBoolPref ("accessibility.browsewithcaret", PR_FALSE);
/* Don't Fetch the Sidebar whats related information, since we don't use it */
pref->SetBoolPref ("browser.related.enabled", PR_FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]