Re: Re: RFE: better user stylesheets
Crispin Flowerday <[email protected]> Sun, 20 Jun 2004 09:27:45 +0100
| Newsgroups | gmane.comp.web.galeon.devel |
|---|---|
| Message-ID | <1087720065.3197.6.camel@drno> |
> 1) If I delete a tab while it is being loaded, then the change does > not always take place instantanously. The same goes for switching > between tabs that are being loaded. It would be really nice to have > instantanous tab killing. (But it is probably not easy to code) The problem with this is that mozilla does page rendering in the main gtk loop thread. This means that while it is rendering, the UI can't update, and so tabs can't be deleted. I'm afraid there is nothing we can do about that. > 2) If I load many tabs at the same time and switch between them very > fast, then Galeon (1.3.14 for Debian) has a tendency to crash. I tried > looking for a way to debug the Galeon, to send a bug report, but I was > confused about the input variables for galeon-bin. Perhaps a 3 line > galeon-gdb-howto could be added to the faq. When galeon crashes, you should get a window appearing saying asking you to "Inform the developers", if you don't, then you need to install bug- buddy. This will allow you to get a backtrace, alternatively, you can run galeon like: $ LD_LIBRARY_PATH=/usr/lib/mozilla gdb /usr/lib/galeon-bin Then type "run", and cause galeon to crash. When it does crash type "thread apply bt all" and copy the backtrace into a bug report. > 3) I would prefer if "view source" and "page properties" were put in > the menu named "view". Right now they are a little difficult to find. We have certainly discussed the View source moving to the view menu before, and I can't quite remember the reasons for leaving it where it is, possibly because the view menu is all concerned with modifying the current view of a page. > 4) An tab named "file->page properties->javascript". This tab could > mention the urls of java script files used by the page. This would > make it easier for me to send constructive complaints to lazy > webdevelopers that write microsoft oriented javascript. Interesting idea. > 5) Ability to middle click on an url in "file->page properties" to > open it in a new tab. You can right click on the links now to get a little menu, dnd, middle and double clicking would all be nice to implement. Please report any bugs / feature requests to bugzilla, otherwise they get forgotten :-) Crispin ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND