inconsistent $Target* values create bugs in frame views

Bug #352535 reported by Xavier Brochard
2
Affects Status Importance Assigned to Milestone
Woda
Fix Released
Medium
Xavier Brochard

Bug Description

Title says all. Values sometimes contains "Target=something" sometimes only "something".

Browsing the code for $TargetDefault (refer to 4.608):
sub printFrameHead
$TargetDefault='_parent';
sub printBasket
$TargetDefault = "TARGET=woda_opener";
sub mainPathInfo
$TargetDefault = "TARGET=_parent";
sub cgiSearch
$TargetDefault= "TARGET=woda_detail";

I suggest to keep $TargetDefault ="TARGET= something" to keep it consistently with other $Target* widely used variables: $TargetParent, $TargetSelf and $TargetDetail

Regarding this there is a bug in mf-branch in sub printHead
<base target="$TargetDefault"> should be <base $TargetDefault>

To see the bug, browse your database using frames (Search results into frames and so on)
affect Woda 4.608 and creates new bugs with mf-branch
Perl 5.10

Xavier Brochard (xavier)
Changed in woda:
importance: Undecided → Medium
milestone: none → merge-mf-and-xavier
Xavier Brochard (xavier)
Changed in woda:
status: New → Fix Released
assignee: nobody → Xavier Brochard (xavier)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.