Changes between Initial Version and Version 1 of Ticket #2814
- Timestamp:
- Jan 23, 2009, 8:14:47 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2814 – Description
initial v1 15 15 Steps to reproduce: 16 16 17 1. create a table withe some rows and columns18 2. fill all the cells with some text19 3. make a selection across multiple cells (click and drag, or by using the Shift- or Command-keys)20 4. Now try to format the text by using the Bold-Icon or try to assign a text color.17 1. create a table withe some rows and columns 18 2. fill all the cells with some text 19 3. make a selection across multiple cells (click and drag, or by using the Shift- or Command-keys) 20 4. Now try to format the text by using the Bold-Icon or try to assign a text color. 21 21 22 22 The result: Only the text of just one of the marked cells will be formatted while the rest remains untouched. … … 25 25 As you can see, just cell in Row 1, Column 2 (R1C2) has received the text color even though I marked more then just one cell. 26 26 27 27 {{{ 28 28 <table width="200" cellspacing="1" cellpadding="1" border="1"> 29 29 <tbody> … … 42 42 </tbody> 43 43 </table> 44 }}}