Broetchen1234 / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

no provision for replacing container's content (innerHTML) or scrolling to named anchors #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Suppose you have a div displayed with the following html:

<div id="one">
   <a href="page2.html">Page 2</a>
   <a href="#point1">Point 1</a>
   <div id="two">
      <p>this is some text</p>
   </div>
   <ol>
      <li id="point1">Point 1 is right here.</li>
   </ol>
</div>

2. Now suppose you want the first link to replace the entire contents of 
div id="one" with page2.html. Also suppose you want the second link to 
scroll to the local link "point1".

What is the expected output? What do you see instead?
There is currently no provision to accomplish these tasks.

What version of the product are you using? On what operating system?
iUI SVN r178, Firefox 3, Safari 3, iPhone software 2.0.1.

Please provide any additional information below.
Using the same method proposed by t...@speednet.biz in issue 74 
(http://code.google.com/p/iui/issues/detail?id=74) I'm adding another 
couple of target options, "_replaceall" and "_scroll" to handle these 
situations.

The attached diff includes t...@speednet.biz's proposal along with my own 
against SVN r178.

Cheers,

Toby

Original issue reported on code.google.com by tsimm...@gmail.com on 15 Aug 2008 at 8:11

Attachments:

GoogleCodeExporter commented 9 years ago
This issue is under consideration for an enhancement in Release 0.30

Original comment by msgilli...@gmail.com on 27 May 2009 at 1:09

GoogleCodeExporter commented 9 years ago
how can we use a .diff file on windows ???

Original comment by pierre.w...@gmail.com on 29 May 2009 at 1:06

GoogleCodeExporter commented 9 years ago

Original comment by msgilli...@gmail.com on 29 Jul 2009 at 3:09

GoogleCodeExporter commented 9 years ago

Original comment by msgilli...@gmail.com on 25 Sep 2011 at 11:50