LWN.net Logo

Security implications for user interface changes?

Security implications for user interface changes?

Posted Nov 29, 2012 16:09 UTC (Thu) by jreiser (subscriber, #11027)
Parent article: Security implications for user interface changes?

Some part of this is an argument about mere placement of UI elements. That should be left for the end user to customize, perhaps similar to the way that buttons at the top (Back, Forward, Stop, Refresh, Home, etc.) can be ordered or deleted by Button3 > Customize.... More generally, layout could be arranged by a TeX description, a tree map with constraints (minimum pixels, percentage of width or height, ...), or a loadable Python module.


(Log in to post comments)

Security implications for user interface changes?

Posted Nov 29, 2012 20:22 UTC (Thu) by dashesy (subscriber, #74652) [Link]

Or a simple drag-n-drop in a special mode with wobbly controls. Seriously CSS should be used to give users exactly the layout they want, one may prefer the tabs to be centered with two lines of them and split the screen like Vim does.

Security implications for user interface changes?

Posted Nov 30, 2012 16:22 UTC (Fri) by keeperofdakeys (subscriber, #82635) [Link]

Firefox's UI is written in XUL, which actually does use CSS for layout. There is an extension called Stylish to allow you to change this.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds