chrisjj

Results 21 issues of chrisjj

advanced_html_dom.php in the current version has the same version number, 0.0.11, as did the version current in 2016.

This code ``` $html = str_get_html(''); var_dump(count(array_slice($html->find('tr'),0,1))); ``` with advanced_html_dom.php 0.0.11 fails: ``` Warning: array_slice() expects parameter 1 to be array, object given ``` whereas with 2016-12-11 simple_html_dom.php (1.5 ($Rev:...

This code ``` $html = str_get_html('1 23'); var_dump($html->find('tr',0)->text()); ``` on advanced_html_dom.php 0.0.11 outputs ``` string(4) "1 2" ``` whereas for compatibility with simple_html_dom.php (e.g. 1.5 ($Rev: 196 $)) it should...

With simple_html_dom this code: ```

V 1.37 on Windows 7. 1 In History, select two images, leaving the lower one focussed: ![image](https://user-images.githubusercontent.com/6157073/181512204-89125018-be01-4bcd-a258-0d8d500b0ffd.png) Expected: focussed image shown Observed: top image shown. Likewise ![image](https://user-images.githubusercontent.com/6157073/181512576-095916e4-4337-46bb-a440-2960340ff381.png) ![image](https://user-images.githubusercontent.com/6157073/181512596-9a63979f-a21b-452e-a125-c53570495424.png)

For example I can find no keys to pull-down a menu, or e.g. Count Words.

On the table here http://tablesorter.com/docs/, when I click Last Name's ^/v, I get a ^ sort. Fine. When I then click First Name's ^/v and then Last Name's ^/v, I...

Please? I've got only 2.1.1, despite having done Developer mode Update.

I'm getting no auto-update on view-source:file:// tabs. file:// tabs are working fine. Any remedy?

Feature request