Posted Mar 25, 2010 9:37 UTC (Thu) by michaeljt (subscriber, #39183)
Parent article: Ubuntu and window controls
Personally, this is the sort of change that makes me enjoy upgrading Ubuntu - noticable
enough to freshen things up, but harmless enough not to affect productivity (at least for
me). It's not as if I haven't seen different window decoration styles over the years I have
used Linux-based systems. And although I don't really agree about design decisions
needing to be done behind closed doors (you can justify anything by saying "but this is
different and needs to follow different rules!"), so far Mark S.'s way of managing his
distribution seems to be getting the blessing of the silent majority of users. No one is
forced to use Ubuntu at the moment, as currently only Microsoft commands that sort of
lock-in on the desktop, so while it certainly isn't properly grassroots democratic, the "take
it or leave it" vote that its users can cast is still a genuine one.
What saddens me a bit though is my suspicion, which I just can't lay to rest, that Ubuntu
is running after OS X's makeup. From the new look of the wireless connection icon, to the
purple background, to the new button position, it seems to be copying all the superficial
design decisions. While I would love to see Linux distributions take inspiration from Mac
OS in general, especially from its attention to detail and to usability (e.g. when I select and
delete a word in a GUI text field, Mac OS will correct the spacing, Ubuntu/Gnome will not),
this seems to me more like cargo culting (anyone know a nicer term for that?) - particularly
as from a usablility design point of view, OS X is by no means the clear leader of the Mac
OS line.
Sorry if that was a bit long, just more water under the bridge...
Posted Mar 25, 2010 9:38 UTC (Thu) by michaeljt (subscriber, #39183)
[Link]
Oh no, just seen what a mess Epiphany-Webkit has made of the formatting there. It didn't
look like that in the preview!
Ubuntu and window controls
Posted Mar 25, 2010 14:06 UTC (Thu) by drag (subscriber, #31333)
[Link]
Unfortunately it's a problem with all the webkit browsers and lwn. They seem to like to inject
newlines were they are not wanted. I don't hae this problem in other forms. Have to use the br
element and use 'html' format.
Ubuntu and window controls
Posted Mar 25, 2010 14:33 UTC (Thu) by michaeljt (subscriber, #39183)
[Link]
Yes, I saw your pain in some of your previous postings :) Do you know if this is a webkit bug,
or whether it is to do with some unfortunate interaction between webkit and lwn? I opened a
ticket for it with the webkit people, but if it doesn't appear to be their fault I will close it again.
Ubuntu and window controls
Posted Mar 25, 2010 14:55 UTC (Thu) by michaeljt (subscriber, #39183)
[Link]
No, it definitely affects Launchpad too.
Ubuntu and window controls
Posted Mar 25, 2010 15:53 UTC (Thu) by foom (subscriber, #14868)
[Link]
Webkit is just doing physical wrap, as the form definition requests!
LWN's comment text field says:
<textarea wrap="physical" rows="15" name="c_body" cols="75">
I'm not sure why LWN even has that attribute: I'd suggest just removing it. I'm pretty sure the site
code itself already hard wraps any input you send it, so asking the browser to do so too is just
asking for trouble...
(Note that that's not actually part of any HTML spec: it's a netscape extension from way back
when...)
Ubuntu and window controls
Posted Mar 25, 2010 18:15 UTC (Thu) by bronson (subscriber, #4806)
[Link]
Awesome!! I've wondered what was going on. Removing it sounds prudent.
Pretty funny that Mozilla ignores it while Chrome and Konq support it.