Menu

#4 com_wrapper

Testing
closed-fixed
Core (2)
3
2006-07-12
2006-07-08
itochan
No

two modify,

1st mod is a bug fix.

before [code]if ( !document.all) { [/code]
after: [code]if ( document.getElementById ) { [/code]

2nd mod is a accessibility improvement.

before [code]<iframe (many properties)></iframe> [/
code]

after [code]<iframe src="pageURL" (many properties)>
<p><a href="pageURL">pageURL</a></p>
</iframe> [/code]

Discussion

  • itochan

    itochan - 2006-07-08
     
  • Daniel

    Daniel - 2006-07-08

    Logged In: YES
    user_id=799761

    Patch applied

     
  • Daniel

    Daniel - 2006-07-08
    • labels: 855399 -->
    • assigned_to: nobody --> legolas558
    • priority: 5 --> 3
    • milestone: 604096 -->
     
  • Daniel

    Daniel - 2006-07-08
    • assigned_to: legolas558 --> jcauble
     
  • Daniel

    Daniel - 2006-07-12
    • milestone: --> Testing
    • labels: --> Core
    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB