![]() |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
bah, this is headache inducing. now all of a sudden webkit-eal do not want to play nice with 40663, and tear gives me 41137 speeds on a page while using 40663.
and no amount of re-download and reinstall of 40663 seems to fix it... |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Are you sure there isn't something running in the background? Like Modest or Application manager checking for new packages?
Also stopping browserd will probably help freeing up some memory. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
im sure.
and its not a ram issue as im looking at 50-60MB free, no page should grab that much (and the page im using as a testbed right now has no flash elements). |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
bah, i give up. as i try earlier combos of libwebkit, tear and webkit-eal, page rendering is not getting much faster, but the browsers are getting much more unstable.
but i swear at some point the image part of the page rendering have gotten downright glacial vs microb, i just cant nail down when that happened :( |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
I don't remember if it's been reported before, but there's no support for http basic authentication
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Yes, I also noticed the lack of basic authentication. Dunno if thats fixable though - just checked the Midori 0.1.4 in my openSUSE and it doesn't support it too (and the libwebkit is fairly recent).
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
I really like Tear; it does everything I need it for, right now... Except one big problem: text selection. For the life of me, I can't select (non-editable) text properly. My stylus drags the page all over the place, I highlight bits of words or single words instead of sentences... Is there something I don't know?
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Thanks for the above, I thus deleted my kludge message.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Yup, I also had to position it by hand since I didn't find another way. :)
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
widget.get_toplevel().window.get_origin() is your friend. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Although the menu key permits short selecting, I still can't select text that runs for more than one screen. Is there a way to do that currently, or planned? If not, the problem could largely be remedied by a Select All menu choice.
Here's a samplehttp://www.nytimes.com/2009/04/05/ma...gewanted=print of what I couldn't select all of: http://www.nytimes.com/2009/04/05/ma...gewanted=print (I'd like a Select All option in any event, I guess.) (Also, in this very post, I couldn't select the word "sample" and then tap the Link button without losing the highlighting -- pretty trivial issue, but I thought I'd mention it since it's staring me in the face.) |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
There was a select all option before I change the context menu to use the internal webkit one. I can add it again of course.
Please do a bug report. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
(I'll do a bug report when I'm on a full computer.) |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
They are the same context menu. I don't have access to the insides of the web_view and i can't get a link click notification without heavily modifying it and I already have too much to do in it anyway, so I decided to leave the context menu to them and just add some items here and there when needed. I'm not sure if I can remove an item and currently I don't see the point in that.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Bundyo: Had any time to look at the ARM JIT?
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
No, not JIT time yet.
I'm in the middle of something and I prefer to finish it before I turn my attention to the JIT. Of course I'm not the only one that can apply patches to webkit so maybe someone else can do it meanwhile. If not, then me later. :) |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Is it possible to increase a default font size? It is so tiny now for my eyes.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
You can use the user stylesheet or zoom.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
/home/user/.tear/userstyles.css Any example of alternating this file will be appreciated. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Use the same CSS property I mentioned earlier. Add to *:
Code:
-webkit-text-size-adjust: 120% !important; P S. Oops... add !important at the end... |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
What we need is a way to set a minimum font size, zooming isn't enough; actually the whole page is zoomed, tiny text remains tiny while normal text becomes huge, and pages like wikipedia where text flows around images are crippled. And, by the way, even with those annoyances, tear is great. Thank you very much for it, it has given a new life to the tablet :) |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
There are font settings in libwebkit, so its probably possible.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
bookmarks will not appear in panel---i ticked the box but no icon-any idea-had it working before
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Can someone clarify this about the bookmarks? On first start they don't work?
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
The current version of the bookmark plugin will only show up if you have at least one bookmark. Open tear, create a bookmark, and then you should be able to show the plugin. I'll try to fix this for the next version.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
While I'm at it: Keep up the GREAT work!!! |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
You open the Dashboard from where? :)
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
i have seen the empty dashboard happen by running tear from terminal, using the plus on the panel and the bookmarks applet "new window". never could trigger it reliably enough to make some kind of bug report on it tho.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
lm2, do you have a bookmark for dashboard? And, indeed, Bundyo et al, keep up the great work! What a gift to us all! |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Do some of you have bookmarks in utf-8?
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
(I also have the bookmarks task navigator plugin installed.) |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
i used to have a dashboard bookmark, but its long gone.
still see a empty dashboard now and then tho... |
All times are GMT. The time now is 19:15. |
vBulletin® Version 3.8.8