GNU bug report logs - #32277
27.0.50; EWW not align <table> inside <blockquote>

Previous Next

Package: emacs;

Reported by: Xu Chunyang <mail <at> xuchunyang.me>

Date: Thu, 26 Jul 2018 05:25:02 UTC

Severity: minor

Tags: fixed

Found in version 27.0.50

Fixed in version 27.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 32277 in the body.
You can then email your comments to 32277 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#32277; Package emacs. (Thu, 26 Jul 2018 05:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Xu Chunyang <mail <at> xuchunyang.me>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 26 Jul 2018 05:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Xu Chunyang <mail <at> xuchunyang.me>
To: bug-gnu-emacs <at> gnu.org
Subject: 27.0.50; EWW not align <table> inside <blockquote>
Date: Thu, 26 Jul 2018 13:24:17 +0800
For example,

<blockquote>
  <table>
    <tr>
      <td>111</td>
      <td>222</td>
    </tr>
    <tr>
      <td>333</td>
      <td>444</td>
    </tr>
    <tr>
      <td>555</td>
      <td>666</td>
    </tr>
  </table>
</blockquote>

EWW renders it as the following

         111  222  
     333  444  
     555  666  

What I expected is (i.e., aligned)

     111  222  
     333  444  
     555  666  




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#32277; Package emacs. (Fri, 27 Jul 2018 03:59:02 GMT) Full text and rfc822 format available.

Message #8 received at 32277 <at> debbugs.gnu.org (full text, mbox):

From: Brett Gilio <brettg <at> posteo.net>
To: Xu Chunyang <mail <at> xuchunyang.me>
Cc: 32277 <at> debbugs.gnu.org
Subject: Re: bug#32277: 27.0.50; EWW not align <table> inside <blockquote>
Date: Thu, 26 Jul 2018 22:46:39 -0500
Xu Chunyang writes:

> For example,
>
> <blockquote>
>   <table>
>     <tr>
>       <td>111</td>
>       <td>222</td>
>     </tr>
>     <tr>
>       <td>333</td>
>       <td>444</td>
>     </tr>
>     <tr>
>       <td>555</td>
>       <td>666</td>
>     </tr>
>   </table>
> </blockquote>
>
> EWW renders it as the following
>
>          111  222  
>      333  444  
>      555  666  
>
> What I expected is (i.e., aligned)
>
>      111  222  
>      333  444  
>      555  666  

I do not mean to "works on my machine", but it works on my 
machine.

Do you have any specific configuration for EWW in your .emacs 
file?


-- 
Brett M. Gilio
Free Software Foundation, Member
https://parabola.nu | https://emacs.org




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#32277; Package emacs. (Fri, 27 Jul 2018 10:24:02 GMT) Full text and rfc822 format available.

Message #11 received at 32277 <at> debbugs.gnu.org (full text, mbox):

From: Xu Chunyang <mail <at> xuchunyang.me>
To: Brett Gilio <brettg <at> posteo.net>
Cc: 32277 <at> debbugs.gnu.org
Subject: Re: bug#32277: 27.0.50; EWW not align <table> inside <blockquote>
Date: Fri, 27 Jul 2018 18:22:19 +0800
Brett Gilio writes:

> Xu Chunyang writes:
>
>> For example,
>>
>> <blockquote>
>>   <table>
>>     <tr>
>>       <td>111</td>
>>       <td>222</td>
>>     </tr>
>>     <tr>
>>       <td>333</td>
>>       <td>444</td>
>>     </tr>
>>     <tr>
>>       <td>555</td>
>>       <td>666</td>
>>     </tr>
>>   </table>
>> </blockquote>
>>
>> EWW renders it as the following
>>
>>          111  222       333  444       555  666  
>>
>> What I expected is (i.e., aligned)
>>
>>      111  222       333  444       555  666  
>
> I do not mean to "works on my machine", but it works on my machine.
>
> Do you have any specific configuration for EWW in your .emacs file?

Yes, but I can reproduce from Emacs -Q

    ~ $ cat test.html
    <blockquote>
      <table>
        <tr>
          <td>111</td>
          <td>222</td>
        </tr>
        <tr>
          <td>333</td>
          <td>444</td>
        </tr>
        <tr>
          <td>555</td>
          <td>666</td>
        </tr>
      </table>
    </blockquote>
    ~ $ emacs -Q -nw --eval '(eww-open-file "test.html")'
    ~ $ emacs --version | head -1
    GNU Emacs 25.3.1
    ~ $

The following is the result of EWW

https://preview.ibb.co/dainUT/Screen_Shot_2018_07_27_at_6_18_03_PM.png




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#32277; Package emacs. (Fri, 27 Jul 2018 10:29:01 GMT) Full text and rfc822 format available.

Message #14 received at 32277 <at> debbugs.gnu.org (full text, mbox):

From: IBM IBM <ibmbull <at> yandex.ru>
To: 32277 <at> debbugs.gnu.org
Date: Fri, 27 Jul 2018 13:28:43 +0300
[Message part 1 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#32277; Package emacs. (Fri, 27 Jul 2018 11:04:02 GMT) Full text and rfc822 format available.

Message #17 received at 32277 <at> debbugs.gnu.org (full text, mbox):

From: Bad Blue Bull <ibmbull <at> yandex.ru>
To: Xu Chunyang <mail <at> xuchunyang.me>,
	Brett Gilio <brettg <at> posteo.net>
Cc: "32277 <at> debbugs.gnu.org" <32277 <at> debbugs.gnu.org>
Subject: Re: bug#32277: 27.0.50; EWW not align <table> inside <blockquote>
Date: Fri, 27 Jul 2018 14:03:13 +0300
[Message part 1 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#32277; Package emacs. (Mon, 13 May 2019 19:06:02 GMT) Full text and rfc822 format available.

Message #20 received at 32277 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Bad Blue Bull <ibmbull <at> yandex.ru>
Cc: "32277 <at> debbugs.gnu.org" <32277 <at> debbugs.gnu.org>,
 Brett Gilio <brettg <at> posteo.net>, Xu Chunyang <mail <at> xuchunyang.me>
Subject: Re: bug#32277: 27.0.50; EWW not align <table> inside <blockquote>
Date: Mon, 13 May 2019 15:05:23 -0400
Bad Blue Bull <ibmbull <at> yandex.ru> writes:

> Okay, it's even more interesting, shr renders page correctly and in the end it
> re-indents first row of blockquoted table!
> put this stuff in the buffer called test.html:

I think I've now resolved the problems when blockquoting/<li>-ing tables
where the first line of the table would become mis-indented.

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




Added tag(s) fixed. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 13 May 2019 19:06:02 GMT) Full text and rfc822 format available.

bug marked as fixed in version 27.1, send any further explanations to 32277 <at> debbugs.gnu.org and Xu Chunyang <mail <at> xuchunyang.me> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 13 May 2019 19:06:06 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 11 Jun 2019 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 13 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.