[Bug 23769] Password fields for account creation are marked as required when they are not

2014-09-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23769

Matthew Flaschen mflasc...@wikimedia.org changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=71026

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23769] Password fields for account creation are marked as required when they are not

2014-08-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23769

Bryan Davis bda...@wikimedia.org changed:

   What|Removed |Added

 CC||bda...@wikimedia.org

--- Comment #17 from Bryan Davis bda...@wikimedia.org ---
From comment in includes/Html.php:

  // Bug 23769: Blacklist all form validation attributes for now.  Current
  // (June 2010) WebKit has no UI, so the form just refuses to submit
  // without telling the user why, which is much worse than failing
  // server-side validation.  Opera is the only other implementation at
  // this time, and has ugly UI, so just kill the feature entirely until
  // we have at least one good implementation.


Surely it's time to revisit this decision 4 years later. I was quite surprised
when creating a new FormSpecialPage to find that required fields weren't marked
as required in the generated html.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23769] Password fields for account creation are marked as required when they are not

2012-09-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23769

Richard Guk richardg...@yahoo.com changed:

   What|Removed |Added

 CC||richardg...@yahoo.com

--- Comment #16 from Richard Guk richardg...@yahoo.com 2012-09-28 16:27:20 
UTC ---
This fix in Html::expandAttributes() causes the step attribute to be silently
dropped. But the current W3C standard states that a missing step implies
step=1, which is more restrictive than the step=any correctly supplied by
HTMLForm::getInputHTML() when the internal type == 'float'.

So an input element with type=number causes validation error in Chrome when
non-integer values specified, even though the input type is internally
specified as a float.

Raised as bug 40585.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23769] Password fields for account creation are marked as required when they are not

2010-06-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23769

--- Comment #15 from Aryeh Gregor simetrical+wikib...@gmail.com 2010-06-13 
23:48:56 UTC ---
Okay, marked r67283.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23769] Password fields for account creation are marked as required when they are not

2010-06-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23769

Jessica jess...@jessicahunter.ca changed:

   What|Removed |Added

 CC||jess...@jessicahunter.ca

--- Comment #8 from Jessica jess...@jessicahunter.ca 2010-06-11 20:46:07 UTC 
---
bug 23909 was filed on my behalf. I'm not too much a regular here. I was the
first one to complain in the IRC channel about not being able to create an
account using Chrome. That was roughly 2 months ago (maybe more). About 12
hours ago i found myself unable to create an account using the latest Chrome
beta (as has become the norm), the brand new Safari from a couple of days ago
(it had been my go-to browser prior to updating yesterday), and an older
version along with the latest version of Opera. That would be my three browsers
i will use. Under duress i had to resort to a version of IE that in most other
ways is useless in order to create an account. Point being, it is not just
Chrome or/and Opera. 

In Chrome clicking by e-mail moves the cursor to Retype password. In Safari
it highlights the Password field and moves the cursor there. In Opera you get
that nice popup telling you the fields are mandatory.

So yeah forgive me for being blunt but this is not resolved or fixed from my
end as a user.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23769] Password fields for account creation are marked as required when they are not

2010-06-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23769

--- Comment #9 from James Alexander jameso...@gmail.com 2010-06-11 20:48:51 
UTC ---
has this been reverted? I believe it was fixed for a while when Tim reverted
the problem code was it put back in (either by accident or because someone
thought it was fixed?)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23769] Password fields for account creation are marked as required when they are not

2010-06-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23769

James Alexander jameso...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #10 from James Alexander jameso...@gmail.com 2010-06-11 20:50:22 
UTC ---
yea reopening, reconfirmed this is back in and is a very bad bug

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23769] Password fields for account creation are marked as required when they are not

2010-06-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23769

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #11 from Platonides platoni...@gmail.com 2010-06-11 21:03:36 UTC 
---
It was reverted in trunk and REL1_16, but it wasn't merged into the deployment
version, which currently has required=required inputs.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23769] Password fields for account creation are marked as required when they are not

2010-06-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23769

Aryeh Gregor simetrical+wikib...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #12 from Aryeh Gregor simetrical+wikib...@gmail.com 2010-06-11 
21:41:56 UTC ---
This is fixed in trunk, so marking FIXED.  If you want deployment, you'll have
to ask someone with shell access.  Try pestering people in
irc://irc.freenode.net/wikimedia-tech.

But I thought it wouldn't affect Wikimedia sites, since those have $wgHtml5 =
false.  There's a separate bug here.  Looks like it's related to allowing
attributes to be values and not just keys . . . I should just get rid of that.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23769] Password fields for account creation are marked as required when they are not

2010-06-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23769

--- Comment #13 from Aryeh Gregor simetrical+wikib...@gmail.com 2010-06-11 
21:59:26 UTC ---
(In reply to comment #12)
 But I thought it wouldn't affect Wikimedia sites, since those have $wgHtml5 =
 false.  There's a separate bug here.  Looks like it's related to allowing
 attributes to be values and not just keys . . .

Fixed this bug in r67869.  Still not deployed, of course.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23769] Password fields for account creation are marked as required when they are not

2010-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23769

Tim Starling tstarl...@wikimedia.org changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org

--- Comment #1 from Tim Starling tstarl...@wikimedia.org 2010-06-03 07:37:09 
UTC ---
Note that in Chrome, the feature is totally broken. Clicking the submit button
just doesn't do anything, it provides no feedback for the user indicating why
it's not working.

In Opera the UI is awkward, an ugly fake tooltip pops up informing the user of
the problem, obscuring the content underneath. Clicking the fake tooltip
doesn't make it go away.

Suggest revert of r55517.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23769] Password fields for account creation are marked as required when they are not

2010-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23769

Aryeh Gregor simetrical+wikib...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Aryeh Gregor simetrical+wikib...@gmail.com 2010-06-03 
17:32:14 UTC ---
Disabled all HTML5 input validation in r67283, backported in r67284. 
Additionally disabled this specific incorrect code in r67285, so the bug won't
come back when r67283 is eventually (I hope) reverted.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l