Notices


Reply
Thread Tools
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#481
Not very near yet, I had some other things to do meanwhile.
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
silvermountain's Avatar
Posts: 1,359 | Thanked: 717 times | Joined on May 2009 @ ...standing right behind you...
#482
Just installed Tear and checking it out. Looks nice.

Two things;

Dashboard
a) Would it be possible to have an option to show an image of the site you visited, in addition to its name (a la Chrome)?

Bug?
b) When visiting maemo.org the download page has some odd characters after "Downloads for OS2008". I don't get them when using the built in browser.

Thanks, it seems pretty fast.
__________________
.N810 experience: Since 6/2009
My Twenty Favorite OS2008 Applications:
AutoScan, Diablo5 Theme, Dialcentral, DragLock, EmelFM2, FlipClock, gPodder, Headphoned, Knots 2, Maemo Mapper, mPlayer, openNTPD, OpenSSH, Panucci, Personal Launcher, QuickNote, Seqretary, SlideLock, Telescope, YellowNotes
 
jperez2009's Avatar
Posts: 250 | Thanked: 122 times | Joined on May 2009 @ Colorado
#483
Originally Posted by silvermountain View Post
Dashboard
a) Would it be possible to have an option to show an image of the site you visited, in addition to its name (a la Chrome)?
That would require the browser to take "screenshots" of the web pages you visited on last visit. Could be done, but the extra instructions to do so might slow the browser down, but I'm not sure.It might work pretty fast in Tear because it's already faster than MicroB just like Chrome is already faster than FF and IE.

Originally Posted by silvermountain View Post
Bug?
b) When visiting maemo.org the download page has some odd characters after "Downloads for OS2008". I don't get them when using the built in browser.
Font/Page Encoding. It could be changed in the Options if you happen to find the right value. I'd look it up, but It's getting late. Sorry.

Jesse~
 

The Following 2 Users Say Thank You to jperez2009 For This Useful Post:
Posts: 105 | Thanked: 10 times | Joined on Jun 2008
#484
To: Bundyo
Open the page with zoom 20% all the time?
I know u answered that question long time ago, but i can't find it....Keep the great work. Thanks

Last edited by EL_EASY; 2009-06-25 at 17:57.
 
jperez2009's Avatar
Posts: 250 | Thanked: 122 times | Joined on May 2009 @ Colorado
#485
I'm gonna follow up on my previous statement for Font/Page Encoding. Page Encoding seems fine but it has to do with what font is being used by the CSS for the browser. That seems like a good place to start.

Jesse~
 

The Following User Says Thank You to jperez2009 For This Useful Post:
Posts: 207 | Thanked: 31 times | Joined on Apr 2008
#486
What is keys for PageDown/Up?
Is it possible to use Zoom keys for PageDown/Up
 
silvermountain's Avatar
Posts: 1,359 | Thanked: 717 times | Joined on May 2009 @ ...standing right behind you...
#487
Originally Posted by jperez2009 View Post
I'm gonna follow up on my previous statement for Font/Page Encoding. Page Encoding seems fine but it has to do with what font is being used by the CSS for the browser. That seems like a good place to start.

Jesse~
Thanks for looking into it
__________________
.N810 experience: Since 6/2009
My Twenty Favorite OS2008 Applications:
AutoScan, Diablo5 Theme, Dialcentral, DragLock, EmelFM2, FlipClock, gPodder, Headphoned, Knots 2, Maemo Mapper, mPlayer, openNTPD, OpenSSH, Panucci, Personal Launcher, QuickNote, Seqretary, SlideLock, Telescope, YellowNotes
 
jperez2009's Avatar
Posts: 250 | Thanked: 122 times | Joined on May 2009 @ Colorado
#488
I might be wrong again, but instead it might be a rendering problem with the browser. I took a look at the page source and a screenshot of what I'm seeing even after I change the CSS style sheet for Tear.

Font face code added at the end of the style sheet for Tear:
Code:
* { -webkit-border-radius: 0 !important; -webkit-text-size-adjust: auto !important; font-face: SwissA !important;}
I'm hoping this won't be bad to share, but Mods can feel free to remove it if necessary.

Sidebar Menu Code for Talk front page:
Code:
<!-- maemo sidebar --><div id="msidebar">
<div id="mnav-sub">
	<ul>

	
		
		<li><a href="search.php?do=getnew" accesskey="2">New Posts</a></li>
		
		<li><a id="navbar_search" href="search.php" accesskey="4" rel="nofollow">Search</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></li>

	


	<li><a href="private.php?">Private Messages (0)</a></li>
	<li><a href="usercp.php">Control Panel</a></li>



<li><a rel="help" href="faq.php" accesskey="5">Talk FAQ</a></li>

	<li><a id="community" href="/newreply.php?do=newreply&amp;noquote=1&amp;p=299741&amp;nojs=1#community" rel="nofollow" accesskey="6">Community</a> <script type="text/javascript"> vbmenu_register("community"); </script></li>


	
		<li><a id="usercptools" href="/newreply.php?do=newreply&amp;noquote=1&amp;p=299741&amp;nojs=1#usercptools" accesskey="3">Quick Links</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></li>
	



       <li><a href="https://bugs.maemo.org/enter_bug.cgi?product=Website&component=Talk" rel="nofollow" target="_blank">Report a Forum Bug</a></li>
	<li><a href="login.php?do=logout&amp;logouthash=1245964849-dd4d604f043707d22e6e7ea4f6fc525a0a6e57de" onclick="return log_out('Are you sure you want to log out?')">Log Out</a></li>

	</ul>	
</div>
And a screenshot of what we see:


There might be a rendering problem somewhere. I changed the user agent to see if that might have been the problem, but no go. I might change the Page Encoding to check all the bases, but I'm sure it's a page rendering issue that can be easily resolved.

Jesse~
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#489
Dunno what it is, there are no additional symbols on the page there, so it must be rendering. On the other hand I didn't see anything like it on other pages...
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
jperez2009's Avatar
Posts: 250 | Thanked: 122 times | Joined on May 2009 @ Colorado
#490
Yeah, I'm racking my brain trying to figure it out from a user stand point with intermediate HTML/CSS/Javascript knowledge. It's an odd little thing. I'll try testing other sites later and see what I can come up with.

Jesse~
 
Reply

Tags
browserd fix, microb killer, webkit

Thread Tools

 
Forum Jump


All times are GMT. The time now is 08:48.