dokuwiki-template-bootstrap3 icon indicating copy to clipboard operation
dokuwiki-template-bootstrap3 copied to clipboard

Conflict with TableLayout?

Open lizat opened this issue 4 years ago • 1 comments

Description

I am using Editable and Tablelayout. I have several tables and I cannot 'force' the column widths What am I doing wrong I want the tables to have exactly the same layout? Is this me or a bug or a conflict?

I have a suspician that it may be connected to my last column often have sec=veral lines of wrapped text.

Steps to reproduce

  1. Create a table using Editable.
  2. Check the column width
  3. Specify a column width for one of the columns using Table layout e.g. {{tablelayout?colwidth="200px,200px"}}
  4. Check the column width

Expected behavior: [What you expected to happen]

The tablelayout column width should be honoured

Actual behavior: [What actually happened]

The width is unchanged, I have to force it by adding content to a cell.

Versions

  • [Bootstrap3 Template]: latest version
  • [DokuWiki]: latest version
  • [Plugins]: many but all the latest versions
  • [PHP]: currently 7.3
  • [Browser] Chrome latest

Screenshots or Logs

https://www.screencast.com/t/X3ddXCwpCXE This shows two tables with exactly the same definition in terms of widths but it doesn't seem to be applied.

Sample page or snippet

The modals use standard navigation as follows:

{{tablelayout?colwidth="200px,200px"}}

^ //Component Type// ^ //Component Name// ^ //Value & Rules// ^ | Navigation | Next button | Goes to next Modal pop-up in the sequence | | Navigation Label | Next button label | Next | | Navigation | Previous button | Goes to previous Modal pop-up in the sequence | | Navigation icon | Previous button | Previous icon | | Navigation | Cancel button | Allows user to quit the Add Event process and returns them to the originating page | | Navigation icon | Cancel button | Cancel icon (x in top right) |

==== Modal: Welcome ====

This pop-up is common to both registration and log in, it will detect if an email is known and present the User with the log in process (see [1148] Log on to Tuvens), otherwise it will proceed with this registration process.

{{:process_images:1147_modal_welcome.png?direct&400|}}

{{tablelayout?colwidth="200px, 200px"}}

^ //Component Type// ^ //Component Name// ^ //Value & Rules//
| Label | Heading | Welcome! | | Label | Sub-heading (help) | Please enter your email to sign in or sign up | | Label (in control) | Email address | Email | | Control | Email address | IF email exists in Tuvens then go to the login process and display the password field\ ELSE do registration, the email must be verified -- the mailbox must exist, on error display ‘Oops, this email is invalid, please try again’ with OK to return to the pop-up | | Navigation | Next Button | Visible if Register\ Proceeds to next step | | Label (in control) | Password | Visible if it is Log on\ ‘Password’ with a ‘visibility icon’ (an eye) right aligned, if this is clicked the password should be revealed | | Control | Password | Visible if it is Log on, Free text | | Label | Sign In | Visible if it is Log on,\ ‘Sign In’ | | Navigation | Sign In button | Visible if it is Log on,\ If Email & Password are valid log the User in and return to original page\ Otherwise the user is shown an error and sent an email to log them in (magic link) | | New Row to see if width will honour | |

lizat avatar Apr 02 '20 13:04 lizat

same here with us

bomhard avatar Jun 25 '20 10:06 bomhard