Originally posted by: CTho9305
Originally posted by: pitupepito2000
Originally posted by: BingBongWongFooey
Copy the url, go to mozilla, and hit the middle button anywhere on the page. voila! What a horrible user interface mistake, making for less work and whatnot.
sssshhhh! don't reveal that linux user's figure out ways to be a little bit more of slackers

After all we want to do little work and have more fun with the CLI
You have NO idea how irritating it is when moz decides to paste rather than let me scroll when I hit the mouse button. When I middle click a tab, it is supposed to close, not go to whatever is on my clipboard. Fortunately, there is a pref to disable that behavior.
Originally posted by: drag
Whatever the clipboard situation is crap.
it's crap it's crap it's crap it's crap.
2 ways to do something is cool, if it worked correctly.
keyboard combo = long term buffer.
middle click = short term.
There are two clipboards that are used - primary and clipboard. In many apps, if you highlight some text, then middle click somewhere else, it will copy the text to the new location. At first glance, this is very cool. That is, until you realize that the text doesn't actually get COPIED until you paste it. This means a few things. 1) you can't select text, deselect it to do something else, and then paste later 2) if the app you want to copy from gets closed / crashes, the text is gone. This is done using "primary".
"clipboard" appears to work more like the windows clipboard - you select some text, hit whatever key combo is set to copy (e.g. ctrl+c), and then you can paste elsewhere, even if you deselect the text. At first glance, this is also good, until you realize that on the backend, it's just doing a hack, and in reality, the text still isn't copied until you paste it, so again, you can't close whatever app you're copying from.
Two (well, three, but nobody uses secondary) clipboards is idiotic.
Not copying to an X buffer from the app immediately is also idiotic.