bug recently encountered summary

Vue contact with recently developed and jquery, also involves a lot of browser compatibility issues, where a wave of summary

  1. Set up a checkbox and pop label, check the inside is hidden, but not on the value of the point label

    The reason, label and input values ​​for the id worth of consistent correspondence, input the label to the point value
  2. Test case to case networking manually broken network, I added the deal has not been found to trigger

    The reason, the entire manual disconnection err is undefined, I judge err.response does not exist
  3. List of small-screen scroll bar is not visible

    Debugging list scroll bar-coded height, height change computing calc ()
  4. Search crash

    Click on the search page the whole stuck, because I later checked the list of values ​​to be added without formatting function
  5. Under ie download error

    ie download using a change iframe src, ie in the browser iframe.style.display = "none"; if written iframe.style = "display: none"; it is not recognized. Another iframe's onload can not be captured without a return value
  6. Drop-down menu in the element table fixed columns when multiple displays

    Can be solved, and the position will not be misplaced, if the display;: with css .class1 + .class2 {hidden important visibility!}: None; small-screen drop-down menu will appear misplaced
  7. Suspended prompt box height varies in horizontal scrolling list when

    Wrap text is not provided, the maximum of the balloon to the minimum width, minimum and maximum height setting is no effect
  8. table + vue scaling element of 90%, does not show bottom border

    Adjusting the padding .el-table th
  9. element + vue plus fixed column styles misalignment

    When rendering the page trigger list using this.tableDoLayout

    10 element + vue use table can not access the page in mac

    Delete the max-height and height on it, the list may be rendered both continue to trigger calculation

Guess you like

Origin www.cnblogs.com/dadaochangcun/p/12464550.html