Open GoogleCodeExporter opened 9 years ago
I can confirm this issue. This can easily be reprodced.
Following does work:
<body>
<div>
<input id="SecurityCode" name="SecurityCode" type="text" value="">
</div>
<button type="button" id="btnBookNow" aria-describedby="payobligation">
Pay now
</button>
<div id="payobligation">
Order with obligation to pay.
</div>
</body>
And this does not:
<body>
<div>
<input id="SecurityCode" name="SecurityCode" type="text" value="">
</div>
<div class="confirm-payment">
</div>
<div class="BookButtonContainer">
<button type="button" id="btnBookNow" aria-describedby="payobligation">
Pay now
</button>
<div id="payobligation">
Order with obligation to pay.
</div>
</div>
</body>
Hope this help..
Original comment by malinda....@gmail.com
on 27 Nov 2014 at 6:05
Original issue reported on code.google.com by
aa...@easy-designs.net
on 5 Nov 2014 at 3:42Attachments: