Bitcoin Forum
May 14, 2024, 01:34:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: "reply post" in new window  (Read 976 times)
giszmo (OP)
Legendary
*
Offline Offline

Activity: 1862
Merit: 1105


WalletScrutiny.com


View Profile WWW
September 14, 2012, 07:21:13 PM
 #1

I used to read threads first unread to end, middle mouse button clicking on all "reply post" buttons that I found relevant, consolidating the opened tabs into one or zero replies based on what I find later in that thread. This functionality was broken. Please bring it back.

ɃɃWalletScrutiny.comIs your wallet secure?(Methodology)
WalletScrutiny checks if wallet builds are reproducible, a precondition for code audits to be of value.
ɃɃ
1715693685
Hero Member
*
Offline Offline

Posts: 1715693685

View Profile Personal Message (Offline)

Ignore
1715693685
Reply with quote  #2

1715693685
Report to moderator
1715693685
Hero Member
*
Offline Offline

Posts: 1715693685

View Profile Personal Message (Offline)

Ignore
1715693685
Reply with quote  #2

1715693685
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715693685
Hero Member
*
Offline Offline

Posts: 1715693685

View Profile Personal Message (Offline)

Ignore
1715693685
Reply with quote  #2

1715693685
Report to moderator
1715693685
Hero Member
*
Offline Offline

Posts: 1715693685

View Profile Personal Message (Offline)

Ignore
1715693685
Reply with quote  #2

1715693685
Report to moderator
1715693685
Hero Member
*
Offline Offline

Posts: 1715693685

View Profile Personal Message (Offline)

Ignore
1715693685
Reply with quote  #2

1715693685
Report to moderator
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12985


View Profile
September 14, 2012, 08:31:03 PM
 #2

Isn't that what the "quote" button does?

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
giszmo (OP)
Legendary
*
Offline Offline

Activity: 1862
Merit: 1105


WalletScrutiny.com


View Profile WWW
September 14, 2012, 08:47:54 PM
 #3

Isn't that what the "quote" button does?

The possibility to "quote" in a new tab leaving the currently being read thread open is broken for me on my Linux Chromium.

ɃɃWalletScrutiny.comIs your wallet secure?(Methodology)
WalletScrutiny checks if wallet builds are reproducible, a precondition for code audits to be of value.
ɃɃ
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12985


View Profile
September 14, 2012, 08:49:05 PM
 #4

There's something wrong at your end, then. It should work.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
giszmo (OP)
Legendary
*
Offline Offline

Activity: 1862
Merit: 1105


WalletScrutiny.com


View Profile WWW
September 14, 2012, 09:53:06 PM
 #5

There's something wrong at your end, then. It should work.

Ok, if it's only me then I will have to work around that issue somehow but I don't know what I changed. I always used middle mouse button to open in new tab since years.

Looking at the code:
Code:
<a href="https://bitcointalk.org/index.php?action=post;quote=1191483;topic=109482.0;…"
onclick="doQuote(1191483, 'a31ff84f61f96a0348095e93a33e8e8f'); return false;">…
</a>
I see "onclick" in combination with a href. According to this, onclick will not get fired on firefox, IE and opera.
May I ask to cancel the event or whatever it takes to restore the old behavior for middle mouse buttons in opera (and safari), too?

(Am I the only user of chromium or is the issue still something else?)

ɃɃWalletScrutiny.comIs your wallet secure?(Methodology)
WalletScrutiny checks if wallet builds are reproducible, a precondition for code audits to be of value.
ɃɃ
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12985


View Profile
September 14, 2012, 11:35:42 PM
 #6

That doQuote stuff has always been there. I'd guess Chromium changed its behavior regarding onclick.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
live627
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile
September 15, 2012, 12:34:27 AM
 #7

To add, doQuote() does nothing if quick reply is off. Oh my beloved quick reply, why did I not think of turning you on before?
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5194
Merit: 12985


View Profile
September 15, 2012, 01:45:19 AM
 #8

Maybe you can use this to fix it:
https://chrome.google.com/webstore/detail/ikbkhpkapkmhaoiabhlkmicpeakhhpip

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
giszmo (OP)
Legendary
*
Offline Offline

Activity: 1862
Merit: 1105


WalletScrutiny.com


View Profile WWW
September 15, 2012, 06:24:55 AM
 #9

To add, doQuote() does nothing if quick reply is off. Oh my beloved quick reply, why did I not think of turning you on before?

Thanx for the hint. "Use quick reply on topic display: …" was the problem. Show (off/on by default) causes the problem and I don't see what this option does at all other than break my mmb.

ɃɃWalletScrutiny.comIs your wallet secure?(Methodology)
WalletScrutiny checks if wallet builds are reproducible, a precondition for code audits to be of value.
ɃɃ
live627
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile
September 15, 2012, 06:34:17 AM
 #10

It shows a box at the bottom of each thread in which to reply.
giszmo (OP)
Legendary
*
Offline Offline

Activity: 1862
Merit: 1105


WalletScrutiny.com


View Profile WWW
September 15, 2012, 06:37:44 AM
 #11

It shows a box at the bottom of each thread in which to reply.

I could swear it didn't but I guess I had the wrong dropdown.

ɃɃWalletScrutiny.comIs your wallet secure?(Methodology)
WalletScrutiny checks if wallet builds are reproducible, a precondition for code audits to be of value.
ɃɃ
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!