Last modified: 2010-05-15 16:03:02 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T24952, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 22952 - Number'd bullet list reset after entering a table...
Number'd bullet list reset after entering a table...
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.13.x
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
Internal company wiki
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-03-25 20:06 UTC by Morgan Thompson
Modified: 2010-05-15 16:03 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Screen shot of error. (51.68 KB, image/png)
2010-03-25 20:06 UTC, Morgan Thompson
Details

Description Morgan Thompson 2010-03-25 20:06:24 UTC
Created attachment 7245 [details]
Screen shot of error.

what I'm trying to do...

   -Number'd bullet
     -Number'd sub bullet
      Table
     -Number'd sub bullet
   -Number'd bullet

After I enter the table however the number'd bullets reset to 1.
This may be an 'ebkac' but I could not find any documents on how to format the code to prevent this from happening. The HTML renders the same in Mozilla Firefox and Google Chrome.

I have attached a screenshot from Firefox (edited for privacy)

wiki code
----------------------------------------------------------------
## NAT to Ethernet...
### Attach an Ethernet cable...
### Use the WebIF... Common port forwarding rules:
:::::{| border="1"
|-
! NAME !! dcA !! dcB
|-
| '''Protocol''' || TCP || TCP 
|-
| '''Source IP''' || 0.0.0.0 || 0.0.0.0
|-
| '''Destination Port''' || 65432 || 65400
|-
| '''To IP Address''' || 192.168.5.254 || 192.168.5.254
|-
| '''To Port''' || 65432 ||65400
|}Note: The To IP Address should...
### Verify that the...
## Test 2
----------------------------------------------------------------
Comment 1 Bawolff (Brian Wolff) 2010-03-26 03:11:44 UTC
Thats the way its supposed to be. To start the numbering at a different value (say 5) you have to do something like:
<ol start="5">
<li>foo</li>
<li>bar</li>
</ol>
Comment 2 Morgan Thompson 2010-03-26 15:29:04 UTC
Used Html formatting proposed by Bawolff.
Also split the document in to more 'heading' subsections to break up the large list and make it easier to edit.

Thanks!!!!

(I was surprised by the quick response)
Comment 3 Roan Kattouw 2010-03-26 16:45:37 UTC
(In reply to comment #0)
> Created an attachment (id=7245) [details]
> Screen shot of error.
> 
> what I'm trying to do...
> 
>    -Number'd bullet
>      -Number'd sub bullet
>       Table
>      -Number'd sub bullet
>    -Number'd bullet
> 
> After I enter the table however the number'd bullets reset to 1.
> This may be an 'ebkac' but I could not find any documents on how to format the
> code to prevent this from happening. The HTML renders the same in Mozilla
> Firefox and Google Chrome.
> 
> I have attached a screenshot from Firefox (edited for privacy)
> 
> wiki code
> ----------------------------------------------------------------
> ## NAT to Ethernet...
> ### Attach an Ethernet cable...
> ### Use the WebIF... Common port forwarding rules:
> :::::{| border="1"
Have you tried using ###::{| border="1" here?
Comment 4 Bawolff (Brian Wolff) 2010-03-26 21:55:26 UTC
(In reply to comment #3)

> Have you tried using ###::{| border="1" here?

I think the table would need to be all one line for that to work, so it wouldn't work with wiki-table syntax. If the table was re-written with html <table> syntax, that'd probably work.


p.s. I'm closing this as invalid as its not really a bug.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links