- From: PhistucK <phistuck@gmail.com>
- Date: Mon, 22 Jun 2015 09:35:58 +0300
- To: "Clark B. Wierda" <cbwierda@gmail.com>, Renoir Boulanger <renoir@w3.org>
- Cc: "public-webplatform@w3.org" <public-webplatform@w3.org>
- Message-ID: <CABc02_Je96YLAvU7DZtjFEHqSDz4xK89HrXQmfnoEyZJ6qpWhA@mail.gmail.com>
Renoir, can you look at the CAPTCHA issue in The Bug Genie? Also, the Google login option does not work, it fails after the user enter its password with a 400 error - "OpenID auth request contains an unregistered domain: https://project.webplatform.org:443 Learn more <http://developers.google.com/accounts/docs/OpenID>" Even if I remove those "443" from the URL given to Google, it redirects here - https://support.google.com/accounts/answer/6206245?p=openid&rd=1 I guess The Bug Genie uses OpenID 2.0 and should switch to OpenID Connect. Clark, see comments inline. ☆*PhistucK* On Mon, Jun 22, 2015 at 6:10 AM, Clark B. Wierda <cbwierda@gmail.com> wrote: > I found an issue with a page that needed only a simple Wiki update. The > page is question is > https://docs.webplatform.org/wiki/tutorials/javascript_best_practices and > the specific issue is the heading "Modularize — one function per task" > got attached to the end of a line. All this is needed is a period and a > newline or two. > > I registered and tried to edit that page. > > The bug is that the field with the raw code for the page is truncated. > This is true for Chrome (Version 43.0.2357.125 (64-bit) running on > Kubuntu 14.10) and Firefox (38.0 running on the same system). > There was a syntax error - the pipe character (|) was used within one of the <pre> examples. I converted it to an HTML entity reference (|) and now the text is not longer truncated. In order to fix (or work around) this kind of issues in the future, go to the edit page and replace "formedit" with "edit" in its URL. So - https://docs.webplatform.org/w/index.php?title=tutorials/javascript_best_practices&action= formedit Should be - https://docs.webplatform.org/w/index.php?title=tutorials/javascript_best_practices&action= edit This gives you the source editor (instead of the standard form editor), which does not suffer from syntax error truncation issues, but shows you the verbose source. It is generally only useful for fixing syntax errors and making very low level structural changes. > > I tried to report this. I was redirected to the project page. It appears > I need a new registration for this section of the site. > > New issue, I cannot register. The captcha does not render and no > alternative is offered. > Reproduced. :( > Second issue, I cannot register with my Google identity. > Reproduced. :( > > Since there was no Contact Us that I could find, I joined this mailing > list. > > I apologize if this is not the correct venue, but I could find no other. > This is the correct venue. Welcome! ;) > > Regards, > Clark B. Wierda >
Received on Monday, 22 June 2015 06:37:09 UTC