The BludgerTrack poll aggregate has been updated with the three post-budget polls from Newspoll, Ipsos and Essential Research, the combined effect of which is to reduce Labor’s two-party lead from 52.9-47.1 to 52.6-47.4. There’s also a fair bit going on within the state breakdowns – in fact, probably too much.
The recovery the Liberals believe they are detecting in New South Wales is well and truly coming through on BludgerTrack, albeit that Labor is still credited with a net gain of two seats there. A significant improvement has also been recorded in the Coalition’s position recently in Western Australia, although here too Labor is credited with a net gain of two seats. What we’re not seeing any sign of is the improved position the Coalition claims to be seeing in Queensland, where reports have suggested they are now hopeful of breaking even by gaining Herbert and limiting the damage in the south-east. BludgerTrack is stubbornly detecting a swing to Labor in the strategically crucial state of over 6%, translating into a gain of nine seats.
I would be a lot more confident of all this if I had more data at state level, which I’m hoping Ipsos might publish in due course – they appeared to have adopted the Newspoll practice last year of publishing quarterly state breakdowns, but we didn’t see one for October-December and are now due one for January-March. I’ve been trying to chase this up and will keep you posted.
Newspoll and Ipsos both provided new data for the leadership ratings, which are now detecting an uptick in Scott Morrison’s personal ratings, although the picture remains fairly static on preferred prime minister. All of which you can learn more about through the link below.
TECHNICAL NOTE/APPEAL FOR HELP: I’m hoping those of my readers who know their way around web programming might help me resolve an irritating niggle that’s been bedevilling the BludgerTrack display for some time. Namely, that the state breakdown tabs tend not to work, particularly when the page is first loaded. My own experience is that it requires a hard refresh before they will respond. Tablet users, I am told, can’t even do that well.
Based on my research, it would seem to be that the problem lies with the following bit of Ajax code. If anyone thinks they can offer me any pointers here, please get in touch by email at pollbludger-AT-bigpond-DOT-com.
$(document).ready(function() {
$.ajax({
cache: false,
type: "GET",
url: "bt-output.xml",
dataType: "xml",
success: xmlParser
});
});