Reply
Old January 20th, 2004 Top | #1
 
chaos945's Avatar
OSNN Senior Addict
Joined: February 2003
Posts: 955
Reputation: 300
Power: 99

Default {LIST} bug

Below is an example of the bug, generating the table via the "wizard" does not create the bug it must be "hard coded". Note the extra bullet.
  • This line has a bug:
  • Test a
  • Test b
    Normal
  • Test a
  • Test b

Code:
{list}
{b}This line has a bug:{/b}
{*}Test a
{*}Test b
{b]Normal[/b]
{*}Test a
{*}Test b
{/list}
chaos945 is offline   Reply With Quote
Old January 20th, 2004 Top | #2
 
chaos945's Avatar
OSNN Senior Addict
Joined: February 2003
Posts: 955
Reputation: 300
Power: 99

Default

After playing with it for a bit, I realized it is part of the way the {list} function is used; the first line must use a bullet. Did this change; or am I crazy, I swear I used to start a list with a title w/o a bullet.
  • Test
  • test
    Test
  • test
    Test

Code:
{list}
Test
{*}test
Test
{*}test
Test
{/list}
chaos945 is offline   Reply With Quote
Old January 22nd, 2004 Top | #3

OSNN Folding Team  
Electronic Punk's Avatar
The Last High
Joined: December 2001
Location: Stonehenge
Posts: 18,902
Blog Entries: 49
Reputation: 3652
Power: 326

Default

(could you please recheck this error and see if it is still present)

Electronic Punk is online now   Reply With Quote
Old January 22nd, 2004 Top | #4
 
chaos945's Avatar
OSNN Senior Addict
Joined: February 2003
Posts: 955
Reputation: 300
Power: 99

Default

Originally Posted by Electronic Punk
(could you please recheck this error and see if it is still present)
  • Test
  • Test
  • Test

Code:
{list}
Test
{*}Test
{*}Test
{/list}
Yes the "bug" is still there.
chaos945 is offline   Reply With Quote
Old February 12th, 2004 Top | #5

OSNN Folding Team  
Electronic Punk's Avatar
The Last High
Joined: December 2001
Location: Stonehenge
Posts: 18,902
Blog Entries: 49
Reputation: 3652
Power: 326

Default

  • This line has a bug:
  • Test a
  • Test b
    Normal
  • Test a
  • Test b

Electronic Punk is online now   Reply With Quote
Old February 12th, 2004 Top | #6

OSNN Folding Team  
Electronic Punk's Avatar
The Last High
Joined: December 2001
Location: Stonehenge
Posts: 18,902
Blog Entries: 49
Reputation: 3652
Power: 326

Default

I'll add this to the vb bug tracker.

Electronic Punk is online now   Reply With Quote
Old February 12th, 2004 Top | #7
 
chaos945's Avatar
OSNN Senior Addict
Joined: February 2003
Posts: 955
Reputation: 300
Power: 99

Default

I've found that if I put the first line of info on the line beginning the /list I can avoid an empty bullet. But still no title.
  • Test
  • Test
  • Test
Code:
{list}Test
{*}Test
{*}Test
{/list}
chaos945 is offline   Reply With Quote
Old February 12th, 2004 Top | #8

OSNN Subscriber  
SPeedY_B's Avatar
I may actually be insane.
Joined: March 2002
Location: Midlands, England
Posts: 16,127
Reputation: 2877
Power: 286

Default

Don't think there's much Jelsoft can do on this one. If you use the command right, there is no problem, it's just creating HTML from your input.
SPeedY_B is offline   Reply With Quote
Old February 12th, 2004 Top | #9

OSNN Folding Team  
Electronic Punk's Avatar
The Last High
Joined: December 2001
Location: Stonehenge
Posts: 18,902
Blog Entries: 49
Reputation: 3652
Power: 326

Default

Depends on the HTML they use to parse it.

Electronic Punk is online now   Reply With Quote
Old February 12th, 2004 Top | #10

OSNN Subscriber  
SPeedY_B's Avatar
I may actually be insane.
Joined: March 2002
Location: Midlands, England
Posts: 16,127
Reputation: 2877
Power: 286

Default

[list] should create a

    [*] should create
  • (and hopfully end the line with
  • for compliancy)
    [/list] should create a


In theory anyway, there's probably more to it than a simple replace function.
SPeedY_B is offline   Reply With Quote
Old February 12th, 2004 Top | #11

OSNN Folding Team  
Electronic Punk's Avatar
The Last High
Joined: December 2001
Location: Stonehenge
Posts: 18,902
Blog Entries: 49
Reputation: 3652
Power: 326

Default

Checking the source of this page out:



  • Test
  • test

    Test
  • test

    Test


seems the line break breaks it up, is a line break even needed?
I would guess thats jelsofts doing

*shakes fist*

Electronic Punk is online now   Reply With Quote
Old February 12th, 2004 Top | #12

OSNN Subscriber  
SPeedY_B's Avatar
I may actually be insane.
Joined: March 2002
Location: Midlands, England
Posts: 16,127
Reputation: 2877
Power: 286

Default

No it's not. I swear they have a line break fetish over a Jelsoft. I think it was PHP before that we found double spacing on. Grrr.


  • item

  • item

  • item



That's how it should be. Doesn't have to be on a new line for each, that can all be on one line, just looks neater and is easier to follow.
SPeedY_B is offline   Reply With Quote
Old April 13th, 2004 Top | #13

OSNN Folding Team  
Electronic Punk's Avatar
The Last High
Joined: December 2001
Location: Stonehenge
Posts: 18,902
Blog Entries: 49
Reputation: 3652
Power: 326

Default

I am starting to think this is the way we will have to do things... just make sure you put

any text above the first bullet point...

Electronic Punk is online now   Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
To - Do List rem1x6 Windows Desktop Systems 3 March 26th, 2007 8:50pm
Members list wufong Site Problems & Feedback 21 March 1st, 2003 11:27pm
IE favorites list Heeter Windows Desktop Systems 7 January 23rd, 2003 11:54pm
How to see IRQ List emahn Windows Desktop Systems 1 June 26th, 2002 5:23am