Ticket #474 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

QControlProxy Example broken in IE due to quotes in .tpl file

Reported by: kmeirlaen Owned by: somebody
Priority: important Milestone: 1.0.3 Legacy Maintenance
Component: Other Version: 1.0.2 Legacy Maintenance
Keywords: Cc:

Description

There are some quotes in the .tpl file that break the example in IE. It is the double quote after the php closing tag.

<a href="#" <?php $this->pxyExample->RenderAsEvents?('Baz'); ?>">Baz</a> |
<a href="#" <?php $this->pxyExample->RenderAsEvents?('Foo'); ?>">Foo</a> |
<a href="#" <?php $this->pxyExample->RenderAsEvents?('Blah'); ?>">Blah</a> |
<a href="#" <?php $this->pxyExample->RenderAsEvents?('Test'); ?>">Test</a>

This should become

<a href="#" <?php $this->pxyExample->RenderAsEvents?('Baz'); ?>>Baz</a> |
<a href="#" <?php $this->pxyExample->RenderAsEvents?('Foo'); ?>>Foo</a> |
<a href="#" <?php $this->pxyExample->RenderAsEvents?('Blah'); ?>>Blah</a> |
<a href="#" <?php $this->pxyExample->RenderAsEvents?('Test'); ?>>Test</a>

Change History

Changed 5 months ago by alex94040

  • status changed from new to closed
  • resolution set to fixed

(In [801]) Fixes #474 (QControlProxy Example broken due to quotes in .tpl file). Code by kristof, tested/reviewed by alex94040.

Changed 5 months ago by alex94040

I have verified that this issue does NOT affect the 2.0 branch.

Changed 5 months ago by alex94040

(In [802]) Fixes #474Fixes #474 (QControlProxy Example broken due to quotes in .tpl file). Code by kristof, tested/reviewed by alex94040.

This checkin is for the 1.0 branch.

Changed 5 months ago by alex94040

  • version changed from 1.1.1 Stable to 1.0.2 Legacy Maintenance
  • milestone changed from 1.1.2 to 1.0.3 Legacy Maintenance

Summary:
- Fixed for 1.0 and 1.1 branches
- 2.0 is unaffected

Setting milestone to 1.0.3.

Changed 5 months ago by alex94040

  • summary changed from QControlProxy Example broken due to quotes in .tpl fiel to QControlProxy Example broken in IE due to quotes in .tpl file
Note: See TracTickets for help on using tickets.