unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#14814: 24.3.50; eww: Unable to see Emacswiki's Captcha
@ 2013-07-08  5:25 Jambunathan K
  2013-07-08 15:08 ` Lars Magne Ingebrigtsen
  2013-11-15  4:53 ` Jambunathan K
  0 siblings, 2 replies; 5+ messages in thread
From: Jambunathan K @ 2013-07-08  5:25 UTC (permalink / raw)
  To: 14814

[-- Attachment #1: Type: text/plain, Size: 770 bytes --]


Eww is from Emacs Bzr trunk.

See the attached screenshot.  Why am I not seeing the captcha offered by
Emacswiki?

Please consider this as an umbrella bug.  Eww should do all that is
necessary to view, edit and post to (atleast) Emacswiki.

Bonus points if the Textarea could be edited in the major-mode specific
to markup used by the Wiki engine - Creole, Usemod, Oddmuse, Org,
Markdown whatever.


In GNU Emacs 24.3.50.10 (i686-pc-linux-gnu, GTK+ Version 2.20.1)
 of 2013-07-07 on debian-6.05
Bzr revision: 113313 jan.h.d@swipnet.se-20130707084109-gf7csgu4tkxzjn23
Windowing system distributor `The X.Org Foundation', version 11.0.10707000
Important settings:
  value of $LANG: en_IN
  locale-coding-system: iso-latin-1-unix
  default enable-multibyte-characters: t


[-- Attachment #2: eww-emacswiki-captcha-not-seen.png --]
[-- Type: image/png, Size: 107181 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#14814: 24.3.50; eww: Unable to see Emacswiki's Captcha
  2013-07-08  5:25 bug#14814: 24.3.50; eww: Unable to see Emacswiki's Captcha Jambunathan K
@ 2013-07-08 15:08 ` Lars Magne Ingebrigtsen
  2013-07-08 17:07   ` Jambunathan K
  2013-11-15  4:53 ` Jambunathan K
  1 sibling, 1 reply; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2013-07-08 15:08 UTC (permalink / raw)
  To: Jambunathan K; +Cc: 14814

Jambunathan K <kjambunathan@gmail.com> writes:

> See the attached screenshot.  Why am I not seeing the captcha offered by
> Emacswiki?

eww doesn't support iframes, and the captcha is an iframe.

eww could add support for iframes, but it wouldn't really help much
here, because I think recaptcha relies on JavaScript to communicate the
results of the captcha to the originating page.  Doesn't it?  Or does it
work without JS, too?

> Bonus points if the Textarea could be edited in the major-mode specific
> to markup used by the Wiki engine - Creole, Usemod, Oddmuse, Org,
> Markdown whatever.

That might be nice.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#14814: 24.3.50; eww: Unable to see Emacswiki's Captcha
  2013-07-08 15:08 ` Lars Magne Ingebrigtsen
@ 2013-07-08 17:07   ` Jambunathan K
  2013-07-08 17:23     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Jambunathan K @ 2013-07-08 17:07 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: 14814

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Jambunathan K <kjambunathan@gmail.com> writes:
>
>> See the attached screenshot.  Why am I not seeing the captcha offered by
>> Emacswiki?
>
> eww doesn't support iframes, and the captcha is an iframe.

> eww could add support for iframes, 

I think it should.  Using Eww to edit Emacswiki will be quite handy
indeed.  More importantly, there will be opportunities for improving eww
in (more) useful ways.

> but it wouldn't really help much
> here, because I think recaptcha relies on JavaScript to communicate the
> results of the captcha to the originating page.  Doesn't it?  Or does it
> work without JS, too?

According to Emacswiki, "I am human" even if I turn off Javascript.  How
noble?

The workflow is that I get a "response" which I have to manually
copy-paste to another textbox.

>> Bonus points if the Textarea could be edited in the major-mode specific
>> to markup used by the Wiki engine - Creole, Usemod, Oddmuse, Org,
>> Markdown whatever.
>
> That might be nice.

Don't forget the scroll bars.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#14814: 24.3.50; eww: Unable to see Emacswiki's Captcha
  2013-07-08 17:07   ` Jambunathan K
@ 2013-07-08 17:23     ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2013-07-08 17:23 UTC (permalink / raw)
  To: Jambunathan K; +Cc: 14814

Jambunathan K <kjambunathan@gmail.com> writes:

>> eww could add support for iframes, 
>
> I think it should.  Using Eww to edit Emacswiki will be quite handy
> indeed.  More importantly, there will be opportunities for improving eww
> in (more) useful ways.

Adding iframe support shouldn't be that difficult, but shr would have to
fetch the iframe src synchronously before rendering the rest.  And
rendering would have to take place in an aux buffer (like table
rendering).  And images...  er...  Ok, it'll take more than ten minutes
to implement.  :-)

> According to Emacswiki, "I am human" even if I turn off Javascript.  How
> noble?
>
> The workflow is that I get a "response" which I have to manually
> copy-paste to another textbox.

Huh.

> Don't forget the scroll bars.

That's probably not going to happen.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#14814: 24.3.50; eww: Unable to see Emacswiki's Captcha
  2013-07-08  5:25 bug#14814: 24.3.50; eww: Unable to see Emacswiki's Captcha Jambunathan K
  2013-07-08 15:08 ` Lars Magne Ingebrigtsen
@ 2013-11-15  4:53 ` Jambunathan K
  1 sibling, 0 replies; 5+ messages in thread
From: Jambunathan K @ 2013-11-15  4:53 UTC (permalink / raw)
  To: 14814-done


OP here.  Closing it.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-11-15  4:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-08  5:25 bug#14814: 24.3.50; eww: Unable to see Emacswiki's Captcha Jambunathan K
2013-07-08 15:08 ` Lars Magne Ingebrigtsen
2013-07-08 17:07   ` Jambunathan K
2013-07-08 17:23     ` Lars Magne Ingebrigtsen
2013-11-15  4:53 ` Jambunathan K

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).