Re: [whatwg] New feature: better integration with browser find interface

2015-08-07 Thread Nils Dagsson Moskopp
David Young writes: > On Mon, Jun 22, 2015 at 11:57:46PM -0700, Mitar wrote: >> Hi! >> >> Followup to this proposal. So after more than half year browsers still >> have issues searching in dynamic apps. Google Docs can still only >> intercept ctrl-f, but for people who uses menu search then does

Re: [whatwg] New feature: better integration with browser find interface

2015-06-23 Thread David Young
On Mon, Jun 22, 2015 at 11:57:46PM -0700, Mitar wrote: > Hi! > > Followup to this proposal. So after more than half year browsers still > have issues searching in dynamic apps. Google Docs can still only > intercept ctrl-f, but for people who uses menu search then does not > work. It's funny you

Re: [whatwg] New feature: better integration with browser find interface

2015-06-23 Thread Nils Dagsson Moskopp
Mitar writes: > Followup to this proposal. So after more than half year browsers still > have issues searching in dynamic apps. Google Docs can still only > intercept ctrl-f, but for people who uses menu search then does not > work. > > On the other hand, sometimes it is useful to not allow searc

Re: [whatwg] New feature: better integration with browser find interface

2015-06-22 Thread Mitar
Hi! Followup to this proposal. So after more than half year browsers still have issues searching in dynamic apps. Google Docs can still only intercept ctrl-f, but for people who uses menu search then does not work. On the other hand, sometimes it is useful to not allow search to be intercepted. F

Re: [whatwg] New feature: better integration with browser find interface

2014-10-30 Thread Ian Hickson
On Wed, 29 Oct 2014, Peter Kasting wrote: > On Tue, Oct 28, 2014 at 10:59 AM, Ian Hickson wrote: > > > > > > - telling UA that it should retry the search because content has > > > been changed/rendered/modified > > > > > > The last is important because for web application which dynamically > >

Re: [whatwg] New feature: better integration with browser find interface

2014-10-29 Thread Robert O'Callahan
On Thu, Oct 30, 2014 at 9:15 AM, Peter Kasting wrote: > If browsers had to retry open "find"s every time the page content changed, > then leaving one's find bar open could have very large negative performance > effects, even if the browser focused only on the modified pieces of the > page. Is th

Re: [whatwg] New feature: better integration with browser find interface

2014-10-29 Thread Peter Kasting
On Tue, Oct 28, 2014 at 10:59 AM, Ian Hickson wrote: > > - telling UA that it should retry the search because content has been > > changed/rendered/modified > > > > The last is important because for web application which dynamically > > render the content, after search has already find matches on

Re: [whatwg] New feature: better integration with browser find interface

2014-10-28 Thread Ian Hickson
On Sun, 23 Feb 2014, Mitar wrote: > > If you open a long document in Google Docs not whole > document is rendered immediately so DOM does not contain whole > document. If [...] > you invoke find through browser menu you get browser's original find > interface which does not really work and does no

[whatwg] New feature: better integration with browser find interface

2014-02-23 Thread Mitar
Hi! I would like to present to WHATWG the issue of integration of browser find interface with rich content web applications. Currently there is no way a rich or dynamic content web application can improve user experience when user is using browser's find interface to search or navigate on the page