1. Type StringScanner into a Ruby file. The full documentation appears, with links to methods.
2. Click one of the method links. The documentation for the method appears, with a link at the top back to StringScanner.
3. Click the StringScanner link.
Expected: The same text and markup will appear it did in step 1. Actual: The list of methods at the end of the page is truncated.
-- F
On Sep 14, 2006, at 2:25 PM, Fritz Anderson wrote:
- Type StringScanner into a Ruby file. The full documentation
appears, with links to methods.
- Click one of the method links. The documentation for the method
appears, with a link at the top back to StringScanner.
- Click the StringScanner link.
Expected: The same text and markup will appear it did in step 1. Actual: The list of methods at the end of the page is truncated.
This appears to be a bug in WebKit not flushing all data inside pre tags. (Thanks Allan for pointing it out.) We have found a workaround that seems to stop this issue and committed a fix.
James Edward Gray II