On 04/22/2016 06:22 AM, Jean-Marc Lasgouttes wrote:
Le 21/04/2016 10:58, Jean-Marc Lasgouttes a écrit :
Le 21/04/2016 01:30, Scott Kostyshak a écrit :
On Wed, Apr 20, 2016 at 02:23:54PM -0500, disinteres...@gmail.com
wrote:
Ok, a little more digging lead me to this: If there is text in the
table
float (but outside of the table) that is wide enough to wrap lines,
the
table won't scroll horizontally. I'm attaching an example.
It is embarrassing, in my tests it never occurred to me that tables are
generally in table floats %-|
It turns out that table floats with a single paragraph are OK (when
there is no caption, for example) and that the issue comes up when
several paragraphs are there.
The fix is very simple, but it could be that some other code somewhere
depends the collapsable inset width being less than the buffer view
width. I am reasonably optimist that this is not the case.
I am not sure how we should proceed at this point. I would propose to
put this in 2.3.0-staging and then backport to 2.2.2 early in the
cycle so that we have proper testing. Or if somebody is motivated
enough to do more testing, we can put it in master right now. Note
that this is not a regression, only a promised feature that does not
work in some cases.
This seems like a reasonable solution. It does seem too dangerous for
2.20. So go ahead and commit to 2.3-staging and 2.2.2-staging.
Richard