The width of the previewCandidate window is set with the one declared in

the reconciliation service
This commit is contained in:
Blakko 2013-10-15 17:37:31 +02:00
parent 84c20af185
commit 5aa23d002d

View File

@ -450,7 +450,7 @@ DataTableCellUI.prototype._previewCandidateTopic = function(candidate, elmt, pre
var id = candidate.id;
var fakeMenu = MenuSystem.createMenu();
fakeMenu
.width(414)
.width(preview.width?preview.width:414)
.addClass('data-table-topic-popup')
.html(DOM.loadHTML("core", "scripts/views/data-table/cell-recon-preview-popup-header.html"));