• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Item5865: TablePlugin should support rowspan from header row

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Extension TablePlugin Urgent Closed   n/a 4.2.4, 5.0.0

Edit Form Data

Summary:
Reported By:
Codebase:
Applies To:
Component:
Priority:
Current State:
Waiting For:
Target Release:
Released In:
 

Detail

The following code
| *A* | *B* | *C* | *D* | 
| ^ | One One | One Two | One Three |
| ^ | Two One | ^ | Two Three | 
| ^ | Three One | Three Two | ^ | 

should provide this result (screenshot )

TablePluginspans.jpg

and works as expected (matches screenshot) twiki.org.

It doesn't work as expected at develop.twiki.org. (It also fails at my Company, where I am trying to understand why!)

A B C D
One One One Two One Three
Two One Two Three
Three One Three Two

-- TWiki:Main/VickiBrown - 01 Aug 2008

Vicki - TWiki.org runs 4.1.1 - what are you running?

I'm suspicious that it might not be TablePlugin, rather the core doing something different. - I'm afraid we should contemplate the Urgency of this issue :/ Kicking it up to let Kenneth know (though given the timing, defering to 4.2.2 is likely)

-- TWiki:Main.SvenDowideit - 02 Aug 2008

We're running 4.0.5 with various plugins updated at Work (where this fails).

It succeeds (works as expected) on two personal sites that are running, respectively, 4.1.1 and 4.1.2.

-- TWiki:Main.VickiBrown - 04 Aug 2008

note. The failure of the spans is essentially cosmetic.

What's nasty is that the columns appear to be shifted left so the data is offset. (cell s One One, Two One, and Three One should be in column B but they appear to be in column A . Column D appears to be empty.)

-- TWiki:Main.VickiBrown - 11 Aug 2008

Anyone come up with a fix yet? Or a reason for the failure? Something I can test?

-- TWiki:Main.VickiBrown - 17 Aug 2008

New data. A span into a footer row also fails.

A user mistakenly used this format:

%TABLE{ headerrows="1" footerrows="1"}% 
| *A* | *B* | *C* | *D* |
| New | One One | One Two | One Three |
| ^ | Two One | ^ | Two Three |
| Old | Three One | Three Two | ^ |
| ^ | Four One | Four Two | Four Three |

A B C D
Four One Four Two Four Three
New One One One Two One Three
Two One Two Three
Old Three One Three Two

-- TWiki:Main.VickiBrown - 03 Sep 2008

Anyone volunteering to fix this for 4.2.4?

Otherwise I will not let is block a 4.2.4 release.

-- TWiki:Main.KennethLavrsen - 18 Sep 2008

One interesting observation: If you sort the tables by clicking on a column header, the redrawn parts are formatted correctly w.r.t. the table structure (empty cells of a span get filled, though, which might not be desired). In the lower table, the fixed footer row keeps its wrong format.

-- TWiki:Main.MarkusUeberall - 29 Sep 2008

The issue is because of "thead", "tbody" separators. Need to have better algorithm to add this. Currently I just removed those from TablePlugin.

Closing this bug - if you really need thead/tbody - please feel free to re-open this bug.

-- SopanShewale - 24 Nov 2008

Fixed the test cases

-- SopanShewale - 25 Nov 2008

Issue:

   * This is Bullet for space below
   | a | b |
  | 2 | 3 |

  • This is Bullet for space below
    a b
    2 3

broken.

Reopening the bug.

--TWiki:Main.SopanShewale - 05 Dec 2008

Fixed the issue and added two more test cases

--TWiki:Main.SopanShewale - 05 Dec 2008

Closing After Release 4.2.4

-- SopanShewale - 11 Dec 2008

ItemTemplate
Summary TablePlugin should support rowspan from header row
ReportedBy TWiki:Main.VickiBrown
Codebase 4.2.2, 4.2.4
SVN Range TWiki-5.0.0, Sun, 27 Jul 2008, build 17148
AppliesTo Extension
Component TablePlugin
Priority Urgent
CurrentState Closed
WaitingFor

Checkins TWikirev:17731 TWikirev:17732 TWikirev:17736 TWikirev:17770
TargetRelease n/a
ReleasedIn 4.2.4, 5.0.0
Topic attachments
I Attachment History Action Size Date Who Comment
JPEGjpg TablePluginspans.jpg r1 manage 10.8 K 2008-08-01 - 19:49 UnknownUser screenshot of expected result
Edit | Attach | Watch | Print version | History: r27 < r26 < r25 < r24 < r23 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r27 - 2008-12-11 - SopanShewale
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback