Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#4756 closed Bug (duplicate)

Web Client won't update blocklist url

Reported by: cfpp2p Owned by:
Priority: Normal Milestone: None Set
Component: Web Client Version: 2.42
Severity: Normal Keywords:
Cc:

Description

Web Client won't update blocklist url

<div class="value"><input type="url" id="blocklist-url"/></div></div>

this will return:

http%3A%2F%2Ftest.com

needs to return:

http://test.com

so use:

<div class="value"><input type="text" id="blocklist-url"/></div></div>

Attachments (1)

BlkLstUpdt.diff (879 bytes) - added by cfpp2p 11 years ago.
web client blocklist url update fix

Download all attachments as: .zip

Change History (10)

Changed 11 years ago by cfpp2p

web client blocklist url update fix

comment:1 Changed 11 years ago by collegeitdept

Yay! the bug has been fixed!!!!

I can't wait for the official release of 2.5!!!! Do you know if we have to wait long?

comment:2 Changed 11 years ago by livings124

Any idea why specifying "url" would break this? I was under the impression that the only change from "text" was that browsers could display more-relevant keyboards (on mobile devices) and possibly validate input.

comment:3 Changed 11 years ago by livings124

Can you confirm that r13217 fixes this?

We get to keep the "url" type this way.

comment:4 Changed 11 years ago by cfpp2p

r13217 - (r13218)

works

validates input too :)

comment:5 Changed 11 years ago by livings124

  • Resolution set to duplicate
  • Status changed from new to closed

Nice. Surprised this went unnoticed so long. Thanks!

comment:6 Changed 11 years ago by livings124

  • Milestone changed from 2.50 to None Set

comment:7 Changed 11 years ago by jordan

nice work!

comment:8 Changed 11 years ago by x190

"Resolution set to duplicate" of which ticket?

comment:9 Changed 11 years ago by livings124

Note: See TracTickets for help on using tickets.