From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from driusan.net ([207.148.18.58]) by ewsd; Thu May 21 17:16:47 EDT 2020 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=driusan.net; s=20180128; h=From:Date:Subject:To; bh=nd+xzG0IBUnDSmJcyXhDfsSxY1G+FWDfXsXimPS4p4o=; b=GZDKVgyScrrrDQfVfTV4PgWp3ey+GqbReHf6BKnqBw9yCpWEjjitlz//07D3A9ZKV30DqK57tOfstj2z6A3PZydHeRBXmC+PiRTHdEU9ZToPG5958tK+YbSjatwMEbSlaBioU8lmZa9Z3fAzlwvl+0zU16+9ndcWRSRTQ2AGVYSzyUmfzl+46HUKsUHS7xUTUuiY3QPzSyFBG8AzLxbDsQyemXAC4vrp9IICgsGz04KThF73E0K5mpTytDpuinfjN0bh80HR2A2MLug/OIkZST5d5geK4OwSEWALA0rjU2yk7V/8KkOUQnoRdL3FpvQqxEeQ4RE2Fk2ZVB/Ablyf+w== Message-ID: From: "Dave MacFarlane" Date: Thu, 21 May 2020 17:16:38 -0400 To: 9front@9front.org Subject: Re: [9front] netsurf native frontend In-Reply-To: <592FB65470BC7FE96B27C51B46F47948@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: event deep-learning table database-aware generator Nice! A couple minor bug reports from the native version (on amd64): 1. When I first built it, the URL bar was taking up the whole window. Some combination of mk clean, mk 9res, mk install, and mk -f mkfile.native install seems to have fixed it. (Probably some dependency not reflected in the mkfile, I wouldn't worry about it since it works on a clean(?) install..) 2. When scrolled in a window and you try typing in a textbox, the location of where it tries to draw the content isn't taking the scroll into account Not bugs, but since you're asking for feedback on how to make it feel more native 1. Middle clicking on the scroll bar doesn't scroll to that location as I'd expect from a native app. (Similarly, left/right clicking doesn't seem to be context sensitive wrt to where you clicked in the scrollbar) 2. You can't select text in the URL bar (in particular, double clicking to select all.) (the framebuffer version also has/had this problem) 3. Being able to select text to plumb it would be nice.